edit python example

This commit is contained in:
Sune 2023-09-07 10:55:02 +02:00
parent b3ff3b0e69
commit 44b223a49e
1 changed files with 1 additions and 3 deletions

View File

@ -99,8 +99,6 @@ bus = SystemBus()
loop = GLib.MainLoop()
signal = bus.get('org.asamk.Signal')
```
signal.onMessageReceived = msgRcv
loop.run()
```