Skip to content

Commit

Permalink
Fix end in jav321
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop committed May 27, 2022
1 parent 3c256d1 commit 6403fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebCrawler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def insert(sources,source):
print(f"[+]Find movie [{file_number}] metadata on website '{source}'")
break
except:
break
continue

# Return if data not found in all sources
if not json_data:
Expand Down

0 comments on commit 6403fb0

Please sign in to comment.