From 9bc42a9010272a32abf033860fa36980a4833d7f Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 17 Jul 2019 18:55:45 +0200 Subject: [PATCH] testing the hook :) --- logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)