Skip to content

Commit

Permalink
Fix import logger problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
eternnoir committed Mar 10, 2018
1 parent 8495229 commit 48e6757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telebot/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
import Queue
except ImportError:
import queue as Queue
import logging

from telebot import logger

logger = logging.getLogger('TeleBot')

thread_local = threading.local()

Expand Down

0 comments on commit 48e6757

Please sign in to comment.