diff options
| author | 2019-02-09 10:57:05 +0000 | |
|---|---|---|
| committer | 2019-02-09 10:57:32 +0000 | |
| commit | 3fae5c52cd7ed70a67f372496793eda80d0f71e7 (patch) | |
| tree | 9e91606da07fea4dea2583aca6c9a58252a76469 /modules/title.py | |
| parent | Eat youtube URLs on LOW priority, switch auto-title to MONITOR priority (diff) | |
| signature | ||
Forgot to import EventManager (title.py, youtube.py)
Diffstat (limited to 'modules/title.py')
| -rw-r--r-- | modules/title.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/title.py b/modules/title.py index 99dae34f..b0fe24d6 100644 --- a/modules/title.py +++ b/modules/title.py @@ -1,5 +1,5 @@ import re -from src import ModuleManager, utils +from src import EventManager, ModuleManager, utils REGEX_URL = re.compile("https?://\S+", re.I) |
