bugfixing
This commit is contained in:
parent
82e574955e
commit
bdb4b829bc
@ -9,6 +9,11 @@ from dotenv import load_dotenv
|
|||||||
from datetime import datetime, time
|
from datetime import datetime, time
|
||||||
import zoneinfo
|
import zoneinfo
|
||||||
|
|
||||||
|
|
||||||
|
# Set up logging configuration
|
||||||
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
def check_market_hours() -> bool:
|
def check_market_hours() -> bool:
|
||||||
"""
|
"""
|
||||||
Check if the stock market is currently open.
|
Check if the stock market is currently open.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user