summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.py b/main.py
index f3f146d..ca1282e 100755
--- a/main.py
+++ b/main.py
@@ -33,9 +33,9 @@ with open(os.path.join(CONFIG, 'secrets.json'), 'rt') as secretjson:
##################################################
intervals = (
- ('w', 604800), # 60 * 60 * 24 * 7
- ('d', 86400), # 60 * 60 * 24
- ('h', 3600), # 60 * 60
+ ('w', 604800), # 60 * 60 * 24 * 7
+ ('d', 86400), # 60 * 60 * 24
+ ('h', 3600), # 60 * 60
('m', 60),
('s', 1),
)