ソースを参照

Add missing increment.

master
rewby 9ヶ月前
コミット
7ef0080143
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      main.py

+ 1
- 0
main.py ファイルの表示

@@ -33,6 +33,7 @@ def retry_failures(fn, msg, *args, **kwargs):
except Exception:
logging.exception(msg)
delay = min(2 ** tries, 64)
tries = tries + 1
time.sleep(delay)




読み込み中…
キャンセル
保存