mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 01:17:43 -04:00
fixed version mistake
This commit is contained in:
parent
9391404572
commit
e3d1c2b806
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def check_if_new_version():
|
||||||
return True
|
return True
|
||||||
|
|
||||||
#add
|
#add
|
||||||
mmm_version = "1.8.5.1"
|
mmm_version = "1.8.5.2"
|
||||||
def check_version(version=False):
|
def check_version(version=False):
|
||||||
api_version = "https://api.megamanmaker.com/version"
|
api_version = "https://api.megamanmaker.com/version"
|
||||||
ver = requests.get(api_version)
|
ver = requests.get(api_version)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue