Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor logging and main function in HiddenEye
The main function in hiddeneye.py file has been refactored for a more efficient logging process. The module imports have been improved, while the constant messages have been moved to the top. A new helper function `log_info_multiple_messages()` has been introduced to ease the logging of multiple messages. The main execution function has been renamed to `run_app()`.
- Loading branch information