diff --git a/nzbToMedia.py b/nzbToMedia.py index f6ef4724..55961745 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -144,7 +144,7 @@ def process(input_directory, input_name=None, status=0, client_agent='manual', d plex_update(input_category) - if result.staus_code == 0: + if result.status_code == 0: if client_agent != 'manual': # update download status in our DB update_download_info_status(input_name, 1)