diff options
Diffstat (limited to 'ATRI/plugins/thesaurus')
-rw-r--r-- | ATRI/plugins/thesaurus/listener.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/thesaurus/listener.py b/ATRI/plugins/thesaurus/listener.py index 5cf0baa..1a49b35 100644 --- a/ATRI/plugins/thesaurus/listener.py +++ b/ATRI/plugins/thesaurus/listener.py @@ -9,7 +9,7 @@ from apscheduler.triggers.base import BaseTrigger from apscheduler.triggers.combining import AndTrigger from apscheduler.triggers.interval import IntervalTrigger -from ATRI.log import logger as log +from ATRI.log import log from ATRI.utils.apscheduler import scheduler from .data_source import ThesaurusManager, ThesaurusListener, ThesaurusStoragor |