We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9774724 commit 420d65eCopy full SHA for 420d65e
database/database.py
@@ -138,10 +138,6 @@ def get_played_games(self, user_id):
138
139
return int(result["games_played"])
140
141
- def get_all_users(self):
142
- self.cursor.execute("SELECT rowid, * FROM users;")
143
- return self.cursor.fetchall()
144
-
145
@Cache(timeout=60)
146
def get_admins(self):
147
self.cursor.execute("SELECT user_id from admins;")
0 commit comments