1
This commit is contained in:
parent
c81abb3006
commit
402def6734
@ -31,9 +31,9 @@ def run():
|
||||
for topic, msg in consumer():
|
||||
# print(msg)
|
||||
type_ = msg['#type']
|
||||
if msg['#event_name'] != 'pay':
|
||||
continue
|
||||
print(msg)
|
||||
# if msg['#event_name'] != 'pay':
|
||||
# continue
|
||||
# print(msg)
|
||||
|
||||
del msg['#type']
|
||||
ts = int(time.time())
|
||||
|
Loading…
Reference in New Issue
Block a user