fix(aurora): removed a %s
This commit is contained in:
parent
acf3b0c68f
commit
e8d210df2a
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Moderation(AuroraGuildModel):
|
|||
))
|
||||
cursor.close()
|
||||
|
||||
logger.info("Updated moderation case %s in guild %s with the following data:\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s",
|
||||
logger.info("Updated moderation case %s in guild %s with the following data:\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s",
|
||||
self.moderation_id,
|
||||
self.guild_id,
|
||||
self.timestamp,
|
||||
|
|
Loading…
Reference in a new issue