Update download_and_compare.py

This commit is contained in:
2025-09-07 11:14:12 +00:00
parent 06cd3b924c
commit 585e8a7ada

View File

@@ -202,7 +202,8 @@ def commit_and_push_changes():
return False return False
def download_and_compare_json(lang): 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: try:
response = requests.get(url) response = requests.get(url)