diff --git a/logbot.py b/logbot.py index 00fe9e0..52f932c 100644 --- a/logbot.py +++ b/logbot.py @@ -82,7 +82,7 @@ class MUCBot(slixmpp.ClientXMPP): f.write(u.read()) # write image to file f.close() # close the output file - # Add image to log + # Add the image to the log img = ''.format(filename) log = 'log.html' log_path = os.path.join(self.output, log)