We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae3a21 commit e0d1cf2Copy full SHA for e0d1cf2
bbsbot/check-posts
@@ -24,6 +24,7 @@ def main(args):
24
time.sleep(600)
25
except Exception:
26
logging.exception('error')
27
+ time.sleep(60)
28
except KeyboardInterrupt:
29
print()
30
break
0 commit comments