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
TimeoutError: _ssl.c:980: The handshake operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\kkk\source\repos\trading\trading\trading.py", line 142, in
except EXCEPTION as e:
TypeError: catching classes that do not inherit from BaseException is not allowed
The text was updated successfully, but these errors were encountered:
when i run the code i get this :
TimeoutError: _ssl.c:980: The handshake operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\kkk\source\repos\trading\trading\trading.py", line 142, in
except EXCEPTION as e:
TypeError: catching classes that do not inherit from BaseException is not allowed
The text was updated successfully, but these errors were encountered: