Must pass a main async func to tractor

kivy_mainline_and_py3.8
Tyler Goodlet 2018-09-05 18:31:10 -04:00
parent 2349de8314
commit e108bc4521
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def pikerd(loglevel, host):
""" """
get_console_log(loglevel) get_console_log(loglevel)
tractor.run( tractor.run(
None, # no main task - this is a daemon partial(trio.sleep, float('inf')), # daemon / arbiter
statespace={ statespace={
'broker2tickersubs': {}, 'broker2tickersubs': {},
'clients': {}, 'clients': {},