Skip to content

Commit

Permalink
Update epic_mod.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Axyss authored Jul 9, 2020
1 parent 28d67df commit 88faf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutomatiK files/epic_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def check_database(self):
except sqlite3.OperationalError: # If that table name already exists.
pass

cache = pointer.execute("SELECT NOMBRE FROM TABLA_1 WHERE ID > (SELECT MAX(ID) - 8 FROM TABLA_1)")
cache = pointer.execute("SELECT NOMBRE FROM TABLA_1 WHERE ID > (SELECT MAX(ID) - 5 FROM TABLA_1)")
cache = cache.fetchall()
cache2 = [] # Here the information from the query is cleaned.

Expand Down

0 comments on commit 88faf01

Please sign in to comment.