increase polling time to 1 min

This commit is contained in:
Amazed 2021-12-23 01:56:12 +01:00
parent 53935cfe1d
commit f6b7fbc8bf
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import yaml
installed_maps = {}
API_BASE_URL = "https://gckmaps.hipstercat.fr"
SLEEP_TIME = 20 * 1000
SLEEP_TIME = 1 * 60 * 1000
CONFIG = {}