Browse Source

adding more comments in the code for readability

master
manetta 3 years ago
parent
commit
e5d325041a
  1. 3
      LogBot/logbot.py

3
LogBot/logbot.py

@ -215,7 +215,10 @@ class Logbot(Bot):
else:
reply = "Hmm ... not sure what you want to do?"
# Regenerate the log webpage
self._write_log(message)
# Reply to the groupchat
self.reply(reply, room=message.room)

Loading…
Cancel
Save