Update 云筑工匠.py

This commit is contained in:
zjk2017
2024-06-24 00:55:56 +08:00
committed by GitHub
parent 8b6d364bd9
commit 6f87bb97b7

View File

@@ -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)