Skip to content

Commit d44d2b0

Browse files
committed
Invalid syntax by accident
1 parent b5bbe01 commit d44d2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async def _close(self, closer, silent=False, delete_channel=True,
103103
return
104104

105105
if self.bot.selfhosted:
106-
log_url = f"{self.bot.config.log_url.strip('/')}/logs/{log_data["key"]}"
106+
log_url = f"{self.bot.config.log_url.strip('/')}/logs/{log_data['key']}"
107107
else:
108108
log_url = f"https://logs.modmail.tk/{log_data['key']}"
109109

0 commit comments

Comments
 (0)