Skip to content

Commit 7b45560

Browse files
committed
Explicit market closed return.
1 parent c8f50c6 commit 7b45560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ def market_open() -> bool:
8484
return True
8585
else:
8686
return False
87+
88+
return False

0 commit comments

Comments
 (0)