Remove obsolete regex

This commit is contained in:
tomkat83 2017-05-06 10:03:35 +02:00
parent d7bd6b0d13
commit ec6a526f09
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
import logging
from re import compile as re_compile
from xbmc import Player
@ -13,8 +12,6 @@ from PlexFunctions import GetPlexKeyNumber
log = logging.getLogger("PLEX."+__name__)
REGEX_PLAYQUEUES = re_compile(r'''/playQueues/(\d+)$''')
###############################################################################