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 }")