improve info message
This commit is contained in:
parent
40459cf9ff
commit
000ab4c4d4
1 changed files with 2 additions and 0 deletions
|
|
@ -333,6 +333,8 @@ async def progress_for_load_imdb_movies(request):
|
|||
status = None
|
||||
if error:
|
||||
status = "Error during import."
|
||||
elif percent == 0.0 and progress.stopped:
|
||||
status = "Import skipped."
|
||||
elif percent < 100:
|
||||
status = "Import is running."
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue