Swind/pure-python-adb

st_mtime is not converted to int in async

GeekDuanLian opened this issue · 1 comments

timestamp = os.stat(src).st_mtime

Will crash struct.error: required argument is not an integer in async push, but it works fine in sync.
Are there any other modifications that are not synchronized with sync?

I briefly browsed the sync, and the others seem to be no different, just this one should be changed.