fix(aurora): happy now?
This commit is contained in:
parent
4c28453173
commit
028e22ebec
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class Moderation(AuroraGuildModel):
|
||||||
parameters = ()
|
parameters = ()
|
||||||
with connect() as database:
|
with connect() as database:
|
||||||
cursor = database.cursor()
|
cursor = database.cursor()
|
||||||
cursor.execute(sql=query, parameters=parameters)
|
cursor.execute(query, parameters)
|
||||||
results = cursor.fetchall()
|
results = cursor.fetchall()
|
||||||
cursor.close()
|
cursor.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue