Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit 3b8de2c

Browse files
Merge pull request #964 from MycroftAI/feature/fix-logger2
Fix the logger fix
2 parents 76ef80e + c138182 commit 3b8de2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycroft/util/signal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import tempfile
44
import mycroft
55
import time
6-
from mycroft.util.logging import getLogger
6+
from mycroft.util.log import getLogger
77

88
LOG = getLogger(__name__)
99

0 commit comments

Comments
 (0)