mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 14:10:52 -07:00
Add some debug logging for websocket timeline events.
This commit is contained in:
parent
c60340d88b
commit
c350943041
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class TimelineHandler(object):
|
||||||
|
|
||||||
def __init__(self, timeline):
|
def __init__(self, timeline):
|
||||||
self.timeline = timeline
|
self.timeline = timeline
|
||||||
# print timeline
|
logger.debug(timeline)
|
||||||
|
|
||||||
def is_item(self):
|
def is_item(self):
|
||||||
if 'itemID' in self.timeline:
|
if 'itemID' in self.timeline:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue