Fix ValueError

This commit is contained in:
localhost_frssoft 2022-09-17 16:18:42 +03:00
parent c72da590f0
commit db8a80cfb0

View File

@ -65,7 +65,7 @@ def get_winner_movie(poll_status_id=str):
movie = winned_movies[0]
mark_as_watched_movie(movie[1], movie[2], movie[3])
acct_suggested, orig_name, ru_name, year = movie
acct_suggested, orig_name, ru_name, year, votes_count_win = movie
win_variant = f"{ru_name} / {orig_name}, {year}"
if ru_name is None:
win_variant = f"{orig_name}, {year}"