Skip to content

Commit

Permalink
Update zwift_offline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Mar 19, 2024
1 parent aad1eb3 commit 6d50cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zwift_offline.py
Expand Up @@ -84,7 +84,7 @@
SSL_DIR = "%s/ssl" % SCRIPT_DIR
DATABASE_PATH = "%s/zwift-offline.db" % STORAGE_DIR
DATABASE_CUR_VER = 3
ZWIFT_VER_CUR = ET.parse('cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml').getroot().get('sversion')
ZWIFT_VER_CUR = ET.parse('%s/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml' % SCRIPT_DIR).getroot().get('sversion')

# For auth server
AUTOLAUNCH_FILE = "%s/auto_launch.txt" % STORAGE_DIR
Expand Down

0 comments on commit 6d50cc1

Please sign in to comment.