From 12b52c70a95d5801b247d812a8e863d5face1414 Mon Sep 17 00:00:00 2001 From: Rene <74483226+MinazukiAmane@users.noreply.github.com> Date: Tue, 21 Feb 2023 19:24:08 +0700 Subject: [PATCH] rename --- GenshinCn.py | 2 +- GenshinGlobal.py | 2 +- READMECN.md => GiCn.md | 0 READMEGLOBAL.md => GiGlobal.md | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename READMECN.md => GiCn.md (100%) rename READMEGLOBAL.md => GiGlobal.md (100%) diff --git a/GenshinCn.py b/GenshinCn.py index 04cd2e8..a32ee39 100644 --- a/GenshinCn.py +++ b/GenshinCn.py @@ -4,7 +4,7 @@ import json import requests import collections if __name__ == "__main__": - with open('READMECN.md','a+') as readme: + with open('GiCn.md','a+') as readme: readme.seek(0) sys.stdout = readme stringContent=str(requests.get('https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/resource?key=eYd89JmJ&launcher_id=18').content,'utf-8') diff --git a/GenshinGlobal.py b/GenshinGlobal.py index 01ebf19..4f8d64f 100644 --- a/GenshinGlobal.py +++ b/GenshinGlobal.py @@ -4,7 +4,7 @@ import json import requests import collections if __name__ == "__main__": - with open('READMEGLOBAL.md','a+') as readme: + with open('GiGlobal.md','a+') as readme: readme.seek(0) sys.stdout = readme stringContent=str(requests.get('https://sdk-os-static.mihoyo.com/hk4e_global/mdk/launcher/api/resource?channel_id=1&key=gcStgarh&launcher_id=10&sub_channel_id=0').content,'utf-8') diff --git a/READMECN.md b/GiCn.md similarity index 100% rename from READMECN.md rename to GiCn.md diff --git a/READMEGLOBAL.md b/GiGlobal.md similarity index 100% rename from READMEGLOBAL.md rename to GiGlobal.md