diff --git a/unwind/web.py b/unwind/web.py index f565f96..b8306ef 100644 --- a/unwind/web.py +++ b/unwind/web.py @@ -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: