diff --git a/src/model.py b/src/model.py index aa09c5b..6b9c98b 100755 --- a/src/model.py +++ b/src/model.py @@ -22,12 +22,11 @@ def __init__(self) -> None: None """ self.path: str = "../individual_stocks_5yr/" - self.params: dict = { - # host="stocks-postgres", - "database":"stocks", - "user":"postgres", - "password":"123456", - "port":"5432"} + self.params: dict = {"host":"stocks-postgres", + "database":"stocks", + "user":"postgres", + "password":"123456", + "port":"5432"} def generate_company_list(self) -> Tuple[list, list]: """