return None if subcommand has been executed
This commit is contained in:
parent
9d443b8bd8
commit
4c97ee45dd
@ -32,7 +32,7 @@ def main(sysargv: List[str]) -> None:
|
||||
# Means if Backtesting or Hyperopt have been called we exit the bot
|
||||
if hasattr(args, 'func'):
|
||||
args.func(args)
|
||||
return 0
|
||||
return
|
||||
|
||||
logger.info(
|
||||
'Starting freqtrade %s (loglevel=%s)',
|
||||
|
Loading…
Reference in New Issue
Block a user