Skip to content

Commit 487cd0d

Browse files
authored
licenses url was not changed (yet)
1 parent ae191e0 commit 487cd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/data/impl/nodeimpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
LOGIN_URL = 'https://api.digitalcombatsimulator.com/gameapi/login/'
6161
LOGOUT_URL = 'https://api.digitalcombatsimulator.com/gameapi/logout/'
6262
UPDATER_URL = 'https://api.digitalcombatsimulator.com/gameapi/updater/branch/{}/'
63-
LICENSES_URL = 'https://api.digitalcombatsimulator.com/checklicenses.php'
63+
LICENSES_URL = 'https://www.digitalcombatsimulator.com/checklicenses.php'
6464

6565
# Internationalisation
6666
_ = get_translation('core')

0 commit comments

Comments
 (0)