Skip to content

Commit

Permalink
fix download level url
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Feb 5, 2023
1 parent 85a5de0 commit 1224fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdlevelconverter/gjobjects/gjclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GJClient:
Not adding account support yet, I hope you feel pranked
"""
game_version: int
download_url: str = "http://www.boomlings.com/database/downloadGJLevel21.php"
download_url: str = "http://www.boomlings.com/database/downloadGJLevel22.php"
upload_url: str = "http://www.boomlings.com/database/uploadGJLevel21.php"
secret: str = "Wmfd2893gb7"
udid: str = "S-hi-people"
Expand Down

0 comments on commit 1224fd5

Please sign in to comment.