Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
witek3100 authored Mar 24, 2024
1 parent 87ff6ec commit 447f536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def log(self, message):
self.logger.info(f"{message} (Source: {log_data['source']})")
logs_collection.insert_one(log_data)

logger = Logger()
logger = Logger()

0 comments on commit 447f536

Please sign in to comment.