Browse Source

modified: handlers/sending_message.py

stucked_s 3 months ago
parent
commit
498adf2c28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      handlers/sending_message.py

+ 0 - 1
handlers/sending_message.py

@@ -26,4 +26,3 @@ def send_msg(msg):
     bot = JabberBot(JID, PASSWORD, PORT)
     bot = JabberBot(JID, PASSWORD, PORT)
     bot.send_notification(proceed_to[0],msg)
     bot.send_notification(proceed_to[0],msg)
 
 
-send_msg('hi')