Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kopytjuk committed Feb 14, 2021
1 parent 834f550 commit 93cc7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ async def check_imdb_list(req: UserRequest):
task = run_imdb_user_watchlist_check.delay(url, location_code)
elif method == "imdb_top_250":
task = run_imdb_top_250_check.delay(location_code)
url = "https://www.imdb.com/chart/top/" # only for print message

task_id = task.id

Expand Down

0 comments on commit 93cc7dd

Please sign in to comment.