aboutsummaryrefslogtreecommitdiffstats
path: root/onceaday.py
diff options
context:
space:
mode:
Diffstat (limited to 'onceaday.py')
-rwxr-xr-xonceaday.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/onceaday.py b/onceaday.py
index ff444fc..8028564 100755
--- a/onceaday.py
+++ b/onceaday.py
@@ -1,10 +1,10 @@
-import SmallYTChannelBotSubmissions
+import subreddit
from time import sleep
SECONDS_IN_DAY = 24 * 60 * 60
while True:
- sleep(60 * 60 * 4)
- SmallYTChannelBotSubmissions.every_day()
- print("Called @ %s" % SmallYTChannelBotSubmissions.get_time())
- sleep(60 * 60 * 20)
+ sleep(60 * 60 * 13)
+ subreddit.every_day()
+ print("Called @ %s" % subreddit.get_time())
+ sleep(60 * 60 * 11)