Replies: 1 comment
-
run it in an try/except! in case of OSError -> sys.exit() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running the sync client-minimal.py example without a running server, an OSError exception is thrown but after that the script hangs. How can I avoid that and have the script terminate?
Beta Was this translation helpful? Give feedback.
All reactions