aboutsummaryrefslogtreecommitdiffstats
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot.py')
-rw-r--r--bot.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index 0935879..27a5f3a 100644
--- a/bot.py
+++ b/bot.py
@@ -13,4 +13,8 @@ def post():
get_images.logging.info("Posted to twitter.")
if __name__ == "__main__":
- post()
+ import time
+
+ while True:
+ post()
+ time.sleep(60*60)