mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
fix(feedback-service): just default to creating progress
This commit is contained in:
@@ -83,10 +83,7 @@ class FeedbackService:
|
||||
transient=transient,
|
||||
console=console,
|
||||
) as progress:
|
||||
task_id = None
|
||||
if auto_add_task:
|
||||
# FIXME: for some reason task id is still none
|
||||
task_id = progress.add_task("", total=total)
|
||||
task_id = progress.add_task("", total=total)
|
||||
try:
|
||||
yield task_id, progress
|
||||
if success_msg:
|
||||
|
||||
Reference in New Issue
Block a user