Fix the logger fix

Gotta slow down my fingers.  Mixed "logging" and "mycroft.util.log" into
the non-existent "mycroft.util.logging".  Fixed.
pull/964/head
penrods 2017-08-03 16:56:55 -05:00
parent 76ef80e443
commit c138182451
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import os.path
import tempfile
import mycroft
import time
from mycroft.util.logging import getLogger
from mycroft.util.log import getLogger
LOG = getLogger(__name__)