Add ACCOUNT_TIME
to config creation
This commit is contained in:
parent
32ab780b46
commit
6de2b8b57d
@ -35,7 +35,11 @@ except FileNotFoundError:
|
|||||||
"ENABLE_JELLYFIN_TEMP_ACCOUNTS": "",
|
"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:
|
with open("config.ini", "w") as configfile:
|
||||||
config.write(configfile)
|
config.write(configfile)
|
||||||
|
@ -160,5 +160,6 @@ def create_config():
|
|||||||
|
|
||||||
config["JELLYFIN_ACCOUNTS"] = {
|
config["JELLYFIN_ACCOUNTS"] = {
|
||||||
"JELLYFIN_URL": "",
|
"JELLYFIN_URL": "",
|
||||||
"JELLYFIN_API_KEY": ""
|
"JELLYFIN_API_KEY": "",
|
||||||
|
"ACCOUNT_TIME": ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user