Skip to content

Commit

Permalink
better change detection
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt authored Sep 20, 2022
1 parent d4b7a28 commit 16370eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/getModelsGlobal.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def extractCharacter(src, dest):
os.makedirs("./data")


ver = getVersion()
ver = getResourceURL() # There are several ResourceURL to a version
if(os.path.isfile("./data/version.txt")):
with open("./data/version.txt", "r") as f:
ver_temp = f.read()
Expand Down
2 changes: 1 addition & 1 deletion py/getModelsJapan.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def extractCharacter(src, dest):
os.makedirs("./data")


ver = getVersion()
ver = getBaseResourceURL() # There are several ResourceURL to a version
if(os.path.isfile("./data/version.txt")):
with open("./data/version.txt", "r") as f:
ver_temp = f.read()
Expand Down

0 comments on commit 16370eb

Please sign in to comment.