-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
UnboundLocalError: local variable 'ret' referenced before assignment #85
Labels
Comments
Can you paste the complete stack trace of the error please? |
|
Oh, wow, that is my bug. I'll have a fix up in a bit. Thanks! |
No need to thank, you are too polite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i want to write logics at the "disconnect".but i got this error "local variable 'ret' referenced before assignment"
@sio.on('disconnect') async def disconnect(sid): # await user.logout(sid) await sio.sleep(2) print("disconnect" + sid)
The text was updated successfully, but these errors were encountered: