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
Keep a resume file? [y/N] y
setting line to 697
Traceback (most recent call last):
File "cansina.py", line 411, in <module>
visitors_alive = any([visitor.is_alive() for visitor in thread_pool])
File "cansina.py", line 411, in <listcomp>
visitors_alive = any([visitor.is_alive() for visitor in thread_pool])
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "cansina.py", line 421, in <module>
pickle.dump(resumer, f)
TypeError: write() argument must be str, not bytes
The text was updated successfully, but these errors were encountered:
Hello,
I get the following error.
ctrl +c enter : error.
The text was updated successfully, but these errors were encountered: