drop sleep_time and use python-bittrex request delay

This commit is contained in:
gcarq
2017-11-10 23:39:49 +01:00
parent 72aec6c320
commit 3126dcfcea
4 changed files with 0 additions and 19 deletions

View File

@@ -299,8 +299,6 @@ def main():
time.sleep(1)
elif new_state == State.RUNNING:
_process()
# We need to sleep here because otherwise we would run into bittrex rate limit
time.sleep(exchange.get_sleep_time())
old_state = new_state