1
0

manage subscriptions in network.py

This commit is contained in:
ThomasV
2013-10-02 13:00:02 +02:00
parent a22ae33a81
commit 40e393187a
3 changed files with 36 additions and 9 deletions

View File

@@ -482,6 +482,7 @@ class Interface(threading.Thread):
self.subscriptions[callback].append(message)
if not self.is_connected:
print_error("interface: trying to send while not connected")
return
if self.protocol in 'st':