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

Bug in progress logger #64

Open
viniciusalbuquerque opened this issue Sep 16, 2021 · 0 comments
Open

Bug in progress logger #64

viniciusalbuquerque opened this issue Sep 16, 2021 · 0 comments

Comments

@viniciusalbuquerque
Copy link
Contributor

While trying to use the script, the following error occurs and the progress is never shown.

ggdrive/modules/command.py:234: RuntimeWarning: coroutine 'ProgressLogger.send' was never awaited
progress_logger.send(progress)

version: Python 3.6.9

malbolgee added a commit to malbolgee/ggdrive that referenced this issue Feb 29, 2024
Close DiscordTime#64

This commit fixes the ProgressLogger.send RutimeWarning by adding the
async/await to the methods that needs them.

Signed-off-by: Malbolge <victor.gomes@icomp.ufam.edu.br>
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

No branches or pull requests

1 participant