This commit is contained in:
2023-05-13 13:14:30 +08:00
parent 896214d2b7
commit 31aeb66cd4
60 changed files with 4904 additions and 54 deletions

View File

@@ -23,7 +23,7 @@ class ProgramRunStatusShow():
try:
fenlists = []
for i in range(6):
fenlists.append(int(requests.get(base64.b64decode("aHR0cHM6Ly9jb2RlLmdpdGxpbmsub3JnLmNuL2dmZGdkLXhpLW9yZy93aW5lLXJ1bm5lci1kb3dubG9hZHMtb2YtcnVubmVyL3Jhdy9icmFuY2gvbWFzdGVyL0Zlbi1VRW5naW5lL0Zlbg==").decode("utf-8") + f"{i}.txt").text))
fenlists.append(int(requests.get("http://data.download.gfdgdxi.top/Fen-UEngine/Fen" + f"{i}.txt").text))
tipsInfo = ""
except:
traceback.print_exc()