From 1b62eece1384154479b2350fc6a03f559184738e Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 10 Nov 2017 11:51:20 -0600 Subject: [PATCH] Changed update system in server side --- src/application.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/application.py b/src/application.py index 1e384b9c..ec809646 100644 --- a/src/application.py +++ b/src/application.py @@ -3,16 +3,16 @@ name = 'TWBlue' snapshot = False if snapshot == False: version = "0.92" - update_url = 'http://twblue.es/updates/twblue_ngen.json' + update_url = 'https://twblue.es/updates/stable.php' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json' else: - version = "10.99" - update_url = 'http://twblue.es/updates/snapshots_ngen.json' + version = "1" + update_url = 'https://twblue.es/updates/snapshot.php' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/snapshots.json' authors = [u"Manuel Cortéz", u"José Manuel Delicado"] authorEmail = "manuel@manuelcortez.net" copyright = u"Copyright (C) 2013-2017, Manuel cortéz." description = unicode(name+" is an app designed to use Twitter simply and efficiently while using minimal system resources. This app provides access to most Twitter features.") translators = [u"Manuel Cortéz (English)", u"Mohammed Al Shara, Hatoun Felemban (Arabic)", u"Francisco Torres (Catalan)", u"Manuel cortéz (Spanish)", u"Sukil Etxenike Arizaleta (Basque)", u"Jani Kinnunen (finnish)", u"Rémy Ruiz (French)", u"Juan Buño (Galician)", u"Steffen Schultz (German)", u"Zvonimir Stanečić (Croatian)", u"Robert Osztolykan (Hungarian)", u"Christian Leo Mameli (Italian)", u"Riku (Japanese)", u"Paweł Masarczyk (Polish)", u"Odenilton Júnior Santos (Portuguese)", u"Florian Ionașcu, Nicușor Untilă (Romanian)", u"Natalia Hedlund, Valeria Kuznetsova (Russian)", u"Aleksandar Đurić (Serbian)", u"Burak Yüksek (Turkish)"] -url = u"http://twblue.es" -report_bugs_url = "http://twblue.es/bugs/api/soap/mantisconnect.php?wsdl" \ No newline at end of file +url = u"https://twblue.es" +report_bugs_url = "https://github.com/manuelcortez/twblue/issues" \ No newline at end of file