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
@wannabeex I saw this too, I fixed it by going to that line, line 1233, and changing the line to equal, "signal.signal(SIGINT, stop)".
Looking at the error message reveals the problem a little as well, if you know what you're looking at. Signal is a module, but every other call to signal is referenced as signal.signal(), because there must be some function or class object they are calling and the line 1233 must have been a mistake.
Hello,
I am trying to run the script in the first phase and it is crashing. Please see the screenshot. Any help?
The text was updated successfully, but these errors were encountered: