Skip to content

Commit d7b208d

Browse files
committed
Update method __date
1 parent e2c914b commit d7b208d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monobank_api_client/managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def session(cls) -> requests.Session:
6565
return requests.Session()
6666

6767
@staticmethod
68-
def __date(period: int) -> Tuple[int]:
68+
def __date(period: int) -> Tuple[int|Dict]:
6969
_day = 86400 # 1 day (UNIX)
7070
try:
7171
time_delta = int(datetime.now().timestamp()) - (period * _day)

0 commit comments

Comments
 (0)