mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Add default to customProgress cust_objs
This commit is contained in:
parent
8a166b04f9
commit
87b78b5ec5
|
@ -5,7 +5,7 @@ from rich.progress import Progress
|
|||
|
||||
|
||||
class CustomProgress(Progress):
|
||||
def __init__(self, *args, cust_objs, **kwargs) -> None:
|
||||
def __init__(self, *args, cust_objs=[], **kwargs) -> None:
|
||||
self._cust_objs = cust_objs
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user