Commit 72c637ab by Csók Tamás

renamed call argument

parent 8f467924
...@@ -285,7 +285,7 @@ class Context(object): ...@@ -285,7 +285,7 @@ class Context(object):
@staticmethod @staticmethod
def send_notification(msg): def send_notification(msg):
import notify import notify
notify.notify(url) notify.notify(msg)
class SerialLineReceiver(SerialLineReceiverBase): class SerialLineReceiver(SerialLineReceiverBase):
def connectionMade(self): 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