diff options
| -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),      )  | 
