aboutsummaryrefslogtreecommitdiff
path: root/code/global_variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/global_variables.py')
-rw-r--r--code/global_variables.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/code/global_variables.py b/code/global_variables.py
index bdc5860..1edb012 100644
--- a/code/global_variables.py
+++ b/code/global_variables.py
@@ -35,7 +35,11 @@ except FileNotFoundError:
"ENABLE_JELLYFIN_TEMP_ACCOUNTS": "",
}
- config["JELLYFIN_ACCOUNTS"] = {"JELLYFIN_URL": "", "JELLYFIN_API_KEY": ""}
+ config["JELLYFIN_ACCOUNTS"] = {
+ "JELLYFIN_URL": "",
+ "JELLYFIN_API_KEY": "",
+ "ACCOUNT_TIME": ""
+ }
with open("config.ini", "w") as configfile:
config.write(configfile)