Skip to content

Commit

Permalink
Fix sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
schedutron authored Apr 10, 2019
1 parent 1d2421b commit d6b0ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do_scripts/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def main():
tweet = next(iterator)
t.statuses.update(status=tweet)
print(tweet, end='\n')
time.sleep(10) # Sleep for 10 minutes.
time.sleep(600) # Sleep for 10 minutes.
except StopIteration:
news_iterators[i] = globals()[newsfuncs[i]]()

Expand Down

0 comments on commit d6b0ff8

Please sign in to comment.