Update download_and_compare.py
This commit is contained in:
@@ -202,7 +202,8 @@ def commit_and_push_changes():
|
||||
return False
|
||||
|
||||
def download_and_compare_json(lang):
|
||||
url = f"https://highschool.stg.g123-cpp.com/1/g123/i18n/{lang}/texts/source_schooltest_1.json"
|
||||
#url = f"https://highschool.stg.g123-cpp.com/1/g123/i18n/{lang}/texts/source_schooltest_1.json"
|
||||
url = f"https://highschool.stg.g123-cpp.com/G123Test1/g123/i18n/{lang}/texts/source_schooltest_1.json"
|
||||
|
||||
try:
|
||||
response = requests.get(url)
|
||||
|
||||
Reference in New Issue
Block a user