diff options
author | Parker <contact@pkrm.dev> | 2024-04-30 21:22:19 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-04-30 21:22:19 -0500 |
commit | 517c0b328ca864242b4c950f9030f853ea414e69 (patch) | |
tree | 76e07345c6e5eed01afbb04fbf3bc9f7cab79120 /app/initialize_variables.py | |
parent | c370b32354c8208ba68df863a7a8b2c3f63cd7d2 (diff) |
Remove 24 hour accounts
Remove the additional will you be watching a show or movie question as well as 24 hour accounts. All accounts are now just available for 4 hours.
Diffstat (limited to 'app/initialize_variables.py')
-rw-r--r-- | app/initialize_variables.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/initialize_variables.py b/app/initialize_variables.py index 09221f7..8b726e5 100644 --- a/app/initialize_variables.py +++ b/app/initialize_variables.py @@ -52,8 +52,8 @@ def init(): } } """ - global temp_new_account_requests - temp_new_account_requests = {} + global jellyfin_active_accounts + jellyfin_active_accounts = {} """ { 'from_number': 'time' |