From 85e4c972d6103e47a65e208a32c224e8ba892a73 Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 18 Feb 2022 17:19:33 +0100 Subject: [PATCH] adding foldername to baseurl --- LogBot/logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogBot/logbot.py b/LogBot/logbot.py index c02728e..1d7102a 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -111,7 +111,7 @@ class Logbot(Bot): title=self.db[message.room]["title"], db=self.db[message.room], date=date.strftime("%a, %d %b %Y %H:%M:%S +0100"), # timezone is hardcoded now - baseurl=self.baseurl + log_folder_url=os.path.join(self.baseurl, folder_name), ) out.write(feed) self.log.info(f"writing to: { feed_path }")