From c3e2cf35a4138a3c00c6a4f10d5c7a878278e38d Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Mon, 31 Dec 2018 23:20:48 -0500 Subject: [PATCH] Fix typo --- nzbToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)