Skip to content

Commit

Permalink
Keyword Update 2: The oopsie hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
InitialPosition committed Dec 26, 2019
1 parent a1970a7 commit 9cb5bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def main():

if keywords is not None:
for keyword in keywords:
if keyword.upper() in entry_request.text:
if keyword.upper() in entry_request.text.upper():
print(" [KEYWORD] Paste \'{0}\' contains keyword \'{1}\'".format(entry["key"], keyword))

entry_file = open(path_t_important, "w+")
Expand Down

0 comments on commit 9cb5bd5

Please sign in to comment.