diff options
author | André Glüpker <git@wgmd.de> | 2017-10-03 22:38:20 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2017-10-03 22:38:20 +0200 |
commit | c28501869736728ad57f64cb8ef723e613af04ef (patch) | |
tree | 313287f44c359a780dd5e8fbce6e45a6b6e66121 /main.py | |
parent | db6e4e3e3c33f99c3998c2bc457e6cb31fbd0162 (diff) | |
download | steam-c28501869736728ad57f64cb8ef723e613af04ef.tar.gz steam-c28501869736728ad57f64cb8ef723e613af04ef.tar.bz2 steam-c28501869736728ad57f64cb8ef723e613af04ef.zip |
indentation
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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), ) |