From 0fccef23370f5b8b615ac07b62d191de6dfd459f Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 18 Feb 2022 17:06:22 +0100 Subject: [PATCH] adding a @url reply to logbot --- LogBot/logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogBot/logbot.py b/LogBot/logbot.py index eb92344..d32f4d3 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -220,7 +220,7 @@ class Logbot(Bot): # Response to @url elif "@url" in message.text: - reply = f"{ self.baseurl }{ self.db["folder"] }/" + reply = f'{ self.baseurl }{ self.db["folder"] }/' # Response to @delete elif "@delete" in message.text: