]> git.lizzy.rs Git - nhentai.git/blobdiff - nhentai/parser.py
Merge branch 'master' into dev
[nhentai.git] / nhentai / parser.py
index 0df571005a29a0db1f908e4bd026db0d3bf5fd56..582add25ab160bf46199f17a4cf22a5494143fc9 100644 (file)
@@ -116,7 +116,7 @@ def doujinshi_parser(id_):
 
     try:
         response = request('get', url)
-        if response.status_code in (200,):
+        if response.status_code in (200, ):
             response = response.content
         elif response.status_code in (404,):
             logger.error("Doujinshi with id {0} cannot be found".format(id_))