Add files from accessible_output2 by using the right function

This commit is contained in:
2019-02-19 23:04:45 -06:00
parent 61d9180b2e
commit 207315937a
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ if snapshot == False:
update_url = 'https://twblue.es/updates/stable.php'
mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json'
else:
version = "12"
version = "13"
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"]