Commit 72c637ab by Csók Tamás

renamed call argument

parent 8f467924
......@@ -285,7 +285,7 @@ class Context(object):
@staticmethod
def send_notification(msg):
import notify
notify.notify(url)
notify.notify(msg)
class SerialLineReceiver(SerialLineReceiverBase):
def connectionMade(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment