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
During the execution of calls, it's possible to run into negative sleep lengths
Exception in thread Thread-44:
Traceback (most recent call last):
File "C:\Python39\lib\threading.py", line 954, in _bootstrap_inner
self.run()
File "D:\Projects\crypto\venv\lib\site-packages\python_bitvavo_api\bitvavo.py", line 109, in run
self.waitForReset(self.timeToWait)
File "D:\Projects\crypto\venv\lib\site-packages\python_bitvavo_api\bitvavo.py", line 99, in waitForReset
time.sleep(waitTime)
ValueError: sleep length must be non-negative
Process finished with exit code -1
The text was updated successfully, but these errors were encountered:
Verth-Elone
added a commit
to Verth-Elone/python-bitvavo-api
that referenced
this issue
May 4, 2021
During the execution of calls, it's possible to run into negative sleep lengths
The text was updated successfully, but these errors were encountered: