From af46173b4f5914b65455c6582ce93172dd5f7fb1 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 31 Jul 2024 20:34:40 -0300 Subject: [PATCH] Make sure check interval is int --- download.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/download.py b/download.py index 47ef71a..f422997 100644 --- a/download.py +++ b/download.py @@ -27,6 +27,9 @@ if os.path.exists(".env"): if os.environ.get(key) is None: os.environ[key] = value.strip() +# Convert CHECK_INTERVAL to int +CHECK_INTERVAL = int(CHECK_INTERVAL) + # Docs: https://app.swaggerhub.com/apis-docs/NexusMods/nexus-mods_public_api_params_in_form_data/1.0 xEdits = {