Skip to content

Commit

Permalink
Invalid syntax by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
kyb3r committed Jan 20, 2019
1 parent b5bbe01 commit d44d2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async def _close(self, closer, silent=False, delete_channel=True,
return

if self.bot.selfhosted:
log_url = f"{self.bot.config.log_url.strip('/')}/logs/{log_data["key"]}"
log_url = f"{self.bot.config.log_url.strip('/')}/logs/{log_data['key']}"
else:
log_url = f"https://logs.modmail.tk/{log_data['key']}"

Expand Down

0 comments on commit d44d2b0

Please sign in to comment.