Skip to content
This repository was archived by the owner on Jun 19, 2019. It is now read-only.

Commit c300b8b

Browse files
author
wimo7
committed
Removed logging from main caller.
1 parent 7040fdb commit c300b8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

run.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import logging
2-
32
from src.app import run_bot
4-
from utils.log_manager import setup_logging
53

6-
logger = logging.getLogger(__name__)
74

85
if __name__ == '__main__':
9-
setup_logging()
106
run_bot()

0 commit comments

Comments
 (0)