Skip to content

Commit e4d49b8

Browse files
author
belldavidr
committed
improved error handling
1 parent 1050af0 commit e4d49b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

loremricksum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ def runBot():
2323
runBot()
2424
except tweepy.TweepError as e:
2525
print((e.reason))
26+
runBot()
2627
time.sleep(3600)
2728

0 commit comments

Comments
 (0)