mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
fix return values
This commit is contained in:
@@ -37,7 +37,7 @@ class RecursiveAnalysisSubFunctions:
|
||||
print(table)
|
||||
return table, headers, data
|
||||
|
||||
return None
|
||||
return None, None, data
|
||||
|
||||
@staticmethod
|
||||
def calculate_config_overrides(config: Config):
|
||||
|
||||
Reference in New Issue
Block a user