From 7928cf5f24d41c60a58eaf53df3a5101742490d3 Mon Sep 17 00:00:00 2001 From: Jose Manuel Delicado Date: Thu, 6 Jun 2019 22:12:06 +0200 Subject: [PATCH] Set snapshot variable to False --- src/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.py b/src/application.py index 55d21991..756f2819 100644 --- a/src/application.py +++ b/src/application.py @@ -2,7 +2,7 @@ import datetime name = 'TWBlue' -snapshot = True +snapshot = False if snapshot == False: version = "0.95" update_url = 'https://twblue.es/updates/stable.php'