You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems async is a reserved keyword since python 3.4, it would be nice if you could update your code to reflect this change. Just change async=True in your code to non_blocking=True would make the code compatible with python >= 3.4