Skip to content

Commit e0d1cf2

Browse files
committed
bbsbot: slowly retry on error
1 parent 4ae3a21 commit e0d1cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bbsbot/check-posts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def main(args):
2424
time.sleep(600)
2525
except Exception:
2626
logging.exception('error')
27+
time.sleep(60)
2728
except KeyboardInterrupt:
2829
print()
2930
break

0 commit comments

Comments
 (0)