summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2017-10-03 22:38:20 +0200
committerAndré Glüpker <git@wgmd.de>2017-10-03 22:38:20 +0200
commitc28501869736728ad57f64cb8ef723e613af04ef (patch)
tree313287f44c359a780dd5e8fbce6e45a6b6e66121
parentdb6e4e3e3c33f99c3998c2bc457e6cb31fbd0162 (diff)
downloadsteam-c28501869736728ad57f64cb8ef723e613af04ef.tar.gz
steam-c28501869736728ad57f64cb8ef723e613af04ef.tar.bz2
steam-c28501869736728ad57f64cb8ef723e613af04ef.zip
indentation
-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),
)