1
0

Reworked notification flow and combined multiple transactions into one notification

This commit is contained in:
Maran
2013-06-17 15:12:20 +02:00
parent b6ced19c1e
commit 06bfb60308
3 changed files with 29 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ class Interface(threading.Thread):
self.unanswered_requests = {}
#banner
self.banner = ''
self.pending_transactions = []
self.pending_transactions_for_notifications= []
def queue_json_response(self, c):