Update worker/main.py
This commit is contained in:
parent
80793587ff
commit
1a390629c3
@ -13,7 +13,7 @@ class MAIN():
|
||||
self.db_client : {} = pymongo.MongoClient(os.getenv("DB_URI"))
|
||||
self.log_dir : str = 'logs'
|
||||
self.log_file : str = 'scheduler.log'
|
||||
self.db_name = "Infinity2"
|
||||
self.db_name = "Infinity"
|
||||
|
||||
# statistics
|
||||
def save_this_week_overview_into_this_month(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user