Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

st_mtime is not converted to int in async #91

Open
GeekDuanLian opened this issue Mar 27, 2022 · 1 comment
Open

st_mtime is not converted to int in async #91

GeekDuanLian opened this issue Mar 27, 2022 · 1 comment

Comments

@GeekDuanLian
Copy link

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?

@GeekDuanLian
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant