From 6f87bb97b75b7d75b0f010bea11744fd6840b4a6 Mon Sep 17 00:00:00 2001 From: zjk2017 <2548836866@qq.com> Date: Mon, 24 Jun 2024 00:55:56 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=BA=91=E7=AD=91=E5=B7=A5=E5=8C=A0.p?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 云筑工匠.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/云筑工匠.py b/云筑工匠.py index 561f31d..c07ab9f 100644 --- a/云筑工匠.py +++ b/云筑工匠.py @@ -169,8 +169,10 @@ if __name__ == "__main__": res += watchad(cookie) time.sleep(35) t=getmoney(cookie) - print("30天内满1元提现:") - withdraw(cookie) - print(t) + print(f"余额:{t}") + if t>=1: + print("30天内满1元提现:") + withdraw(cookie) + # if send: # send("云筑工匠任务通知", res)