mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
imported wrong module
This commit is contained in:
parent
c2badff8e2
commit
3a66e6f042
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import logging, os, random, sqlite3
|
||||
from contextlib import closing
|
||||
from datetime import datetime, timedelta
|
||||
from modules.util import Failed
|
||||
from modules import util
|
||||
|
||||
logger = logging.getLogger("Plex Meta Manager")
|
||||
|
||||
|
|
Loading…
Reference in a new issue