From 7fe6187f988f2a35a4f7e73c7a1cbb034344993e Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 9 Jul 2023 06:41:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uengine-runner-update-bug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uengine-runner-update-bug b/uengine-runner-update-bug index 8627439..4091fdd 100755 --- a/uengine-runner-update-bug +++ b/uengine-runner-update-bug @@ -33,7 +33,7 @@ def Update(name, stars, contact, things, version): "Version": version } try: - QtWidgets.QMessageBox.information(widget, "提示", requests.post(parse.unquote(base64.b64decode("aHR0cHM6Ly8zMDQ2MjZwOTI3LmdvaG8uY28vdWVuZ2luZS1ydW5uZXIvYnVnL3VwbG9hZC5waHA=").decode("utf-8")), data=data).text) + QtWidgets.QMessageBox.information(widget, "提示", requests.post(parse.unquote(base64.b64decode("aHR0cDovLzEyMC4yNS4xNTMuMTQ0L3VlbmdpbmUtcnVubmVyL2J1Zy91cGxvYWQucGhw").decode("utf-8")), data=data).text) print(data) except: traceback.print_exc()