on microservice way

This commit is contained in:
Yax 2018-01-20 10:03:41 +01:00
parent 754c37a373
commit cfeabafefb
5 changed files with 31 additions and 24 deletions

View file

@ -39,5 +39,6 @@ class Consumer(Thread):
def start():
logger.info('start zclient')
c = Consumer()
c.start()