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 Nov 19, 2020
1 parent ee8f25e commit 5df9ddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AutomatiK files/modules/epic_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ def process_request(self, raw_data): # Filters games that are free
def get_free_games(self):

processed_data = self.process_request(self.make_request())
if not processed_data:
return False
free_games = self.check_database(table="EPIC_TABLE", processed_data=processed_data)
return free_games

0 comments on commit 5df9ddd

Please sign in to comment.