From daac312658378cd1bc0e1b2a4b3bb6ded88cdbe3 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 26 Oct 2021 12:43:03 -0500 Subject: [PATCH] Removes snapshot information from app info --- src/application.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/application.py b/src/application.py index 64d123da..f2f3b370 100644 --- a/src/application.py +++ b/src/application.py @@ -3,15 +3,9 @@ import datetime name = 'TWBlue' short_name='twblue' -snapshot = True -if snapshot == False: - version = "0.95" - update_url = 'https://twblue.es/updates/stable.php' - mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json' -else: - version = "11" - update_url = 'https://twblue.es/updates/snapshot.php' - mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/snapshots.json' +version = "11" +update_url = 'https://twblue.es/updates/updates.php' +mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/updates.json' authors = ["Manuel Cortéz", "José Manuel Delicado"] authorEmail = "manuel@manuelcortez.net" copyright = "Copyright (C) 2013-2021, Manuel cortéz."