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
This isn't a high priority issue. I made it simply to remember things that we needed to do to make 'acsys' compatible with 3.6. If we decide to drop support for 3.6, these are the things to change:
Replace instances of .get_event_loop() with .get_running_loop().
The text was updated successfully, but these errors were encountered:
This isn't a high priority issue. I made it simply to remember things that we needed to do to make 'acsys' compatible with 3.6. If we decide to drop support for 3.6, these are the things to change:
.get_event_loop()
with.get_running_loop()
.The text was updated successfully, but these errors were encountered: