Update worker/main.py

This commit is contained in:
yazan 2025-08-04 06:20:14 +00:00
parent 267ea38ed8
commit 9c9d630db3

View File

@ -13,7 +13,7 @@ class MAIN():
self.db_client : {} = pymongo.MongoClient(os.getenv("DB_URI")) self.db_client : {} = pymongo.MongoClient(os.getenv("DB_URI"))
self.log_dir : str = 'logs' self.log_dir : str = 'logs'
self.log_file : str = 'scheduler.log' self.log_file : str = 'scheduler.log'
self.db_name = "Infinity" self.db_name = "Infinity2"
# statistics # statistics
def save_this_week_overview_into_this_month(self): def save_this_week_overview_into_this_month(self):