Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Axyss authored May 28, 2020
1 parent 2d2af63 commit 6a18bc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AutomatiK files/epic_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def process_request(self): # Filters games that are not free

discountPrice = i["price"]["totalPrice"]["discountPrice"]

if discountPrice != 0 or i["urlSlug"] == "free-games": # If the game isn't free or listed
if i["productSlug"] == "[]": # If the game isn't free or listed
continue

# Parses relevant data such as name and link and adds It to gameData
Expand Down Expand Up @@ -113,4 +113,3 @@ def check_database(self):


obj = Scraping()

0 comments on commit 6a18bc8

Please sign in to comment.