Skip to content

Commit

Permalink
add empty worker variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Nov 16, 2019
1 parent edc0d7f commit 6e0655b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freqtrade/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def start_trading(args: Dict[str, Any]) -> int:
"""
from freqtrade.worker import Worker
# Load and run worker
worker = None
try:
worker = Worker(args)
worker.run()
Expand Down

0 comments on commit 6e0655b

Please sign in to comment.