mirror of
https://github.com/VigorousPro/TS3-Translation_zh-CN
synced 2024-12-29 18:55:08 +08:00
删掉一个调试文本
This commit is contained in:
parent
117d345239
commit
7fac0ec8fb
2
maker.py
2
maker.py
@ -56,7 +56,7 @@ def make_release():
|
|||||||
|
|
||||||
def send_progress(done, total):
|
def send_progress(done, total):
|
||||||
percentage = round(done*100/total, 2)
|
percentage = round(done*100/total, 2)
|
||||||
output = f"测试推送:当前进度:\n{done}/{total}\n{percentage}%"
|
output = f"当前进度:\n{done}/{total}\n{percentage}%"
|
||||||
print(output)
|
print(output)
|
||||||
try:
|
try:
|
||||||
telegram_push(output)
|
telegram_push(output)
|
||||||
|
Loading…
Reference in New Issue
Block a user