Browse Source

testing the hook :)

master
manetta 5 years ago
parent
commit
9bc42a9010
  1. 2
      logbot.py

2
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 = '<img class="image" src="{}">'.format(filename)
log = 'log.html'
log_path = os.path.join(self.output, log)

Loading…
Cancel
Save