From dcc9e1260cd171b01854f27eec34ec2bfedce04a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 12 Nov 2016 20:02:18 +0100 Subject: [PATCH] Use right module --- python/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/notify.py b/python/notify.py index 6356749..1795103 100644 --- a/python/notify.py +++ b/python/notify.py @@ -16,4 +16,4 @@ if __name__ == '__main__': conns = lorautil.pg_conn_notify() while True: - pg_wait_for_pkg(conns, lorautil.nodered_send) + lorautil.pg_wait_for_pkg(conns, lorautil.nodered_send)