移除lnk文件

This commit is contained in:
2023-01-09 13:47:47 +08:00
parent 48adcaae75
commit 583cabf9ff
24 changed files with 23 additions and 20 deletions

View File

@@ -350,7 +350,6 @@ class ProgramRunStatusShow():
print(f"脚本:{name}")
print(f"评论:{info}")
try:
#
res = requests.post(base64.b64decode("aHR0cDovLzEyMC4yNS4xNTMuMTQ0OjMwMjUwL1BpbmdMdW4=").decode("utf-8"), {"PinLun": info, "Version": name}).json()
print(res)
if res["ExitCode"]: