Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove redundant LOG_FORMAT definition
Removed the second instance of the LOG_FORMAT definition in the chatbot script. The specific change was the removal of the line LOG_FORMAT = "%(asctime)s - %(levelname)s - %(message)s" which appeared twice consecutively. This correction helps maintain code clarity and conciseness.
- Loading branch information