This commit is contained in:
parent
c605ac2f4c
commit
e1a7461369
1 changed files with 1 additions and 1 deletions
2
cc/give
2
cc/give
|
@ -3,7 +3,7 @@ import sqlite3
|
|||
import re
|
||||
conn = sqlite3.connect("/home/sweebotirc/sbirc.db")
|
||||
database = conn.cursor()
|
||||
def getperms(self, mask: str):
|
||||
def getperms(mask: str):
|
||||
try:
|
||||
self.database.execute(f"SELECT * FROM users;")
|
||||
output = self.database.fetchall()
|
||||
|
|
Loading…
Reference in a new issue