Set snapshot variable to False

This commit is contained in:
Jose Manuel Delicado 2019-06-06 22:12:06 +02:00
parent 1333ebf859
commit 7928cf5f24

View File

@ -2,7 +2,7 @@
import datetime import datetime
name = 'TWBlue' name = 'TWBlue'
snapshot = True snapshot = False
if snapshot == False: if snapshot == False:
version = "0.95" version = "0.95"
update_url = 'https://twblue.es/updates/stable.php' update_url = 'https://twblue.es/updates/stable.php'