Remove obsolete regex
This commit is contained in:
parent
d7bd6b0d13
commit
ec6a526f09
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import logging
|
import logging
|
||||||
from re import compile as re_compile
|
|
||||||
|
|
||||||
from xbmc import Player
|
from xbmc import Player
|
||||||
|
|
||||||
|
@ -13,8 +12,6 @@ from PlexFunctions import GetPlexKeyNumber
|
||||||
|
|
||||||
log = logging.getLogger("PLEX."+__name__)
|
log = logging.getLogger("PLEX."+__name__)
|
||||||
|
|
||||||
REGEX_PLAYQUEUES = re_compile(r'''/playQueues/(\d+)$''')
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue