Call the app what it is

cached_feeds
Tyler Goodlet 2021-04-05 08:07:14 -04:00
parent 20c99733b6
commit a18a4b5a4c
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ def chart(config, symbol, profile):
tractor_kwargs={
'debug_mode': True,
'loglevel': tractorloglevel,
'name': 'chart',
'enable_modules': [
'piker.clearing._client'
],