From ce9a50903cfe9a5d8e731bb40ff459a0e62350f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Sat, 19 Mar 2016 20:08:48 -0600 Subject: [PATCH] Changed tokens to the stable version --- src/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.py b/src/application.py index 6d3dd8ad..5f7b5b0c 100644 --- a/src/application.py +++ b/src/application.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- name = 'TWBlue' -snapshot = True +snapshot = False if snapshot == False: version = "0.80" update_url = 'http://twblue.es/updates/twblue_ngen.json'