progress delay incrased to % 150
This commit is contained in:
@@ -57,7 +57,7 @@ async def progress(
|
||||
if PROGRESS_STR_DICT[file_path].get("resp") != resp_str:
|
||||
PROGRESS_STR_DICT[file_path]["resp"] = resp_str
|
||||
PROGRESS_STR_DICT["count"] = PROGRESS_STR_DICT.get("count", 0)
|
||||
if PROGRESS_STR_DICT["count"] % 50:
|
||||
if PROGRESS_STR_DICT["count"] % 150:
|
||||
PROGRESS_STR_DICT["count"] += 1
|
||||
return
|
||||
await response.edit(resp_str)
|
||||
|
||||
Reference in New Issue
Block a user