删掉一个调试文本

This commit is contained in:
Jiting 2019-02-07 16:13:06 +08:00
parent 117d345239
commit 7fac0ec8fb
No known key found for this signature in database
GPG Key ID: B68ED772995769D6

View File

@ -56,7 +56,7 @@ def make_release():
def send_progress(done, total):
percentage = round(done*100/total, 2)
output = f"测试推送:当前进度:\n{done}/{total}\n{percentage}%"
output = f"当前进度:\n{done}/{total}\n{percentage}%"
print(output)
try:
telegram_push(output)