From ce59692089276cfef7db9957658b88efe57ecf6a Mon Sep 17 00:00:00 2001 From: samwiseg00 Date: Fri, 5 Oct 2018 23:17:06 -0400 Subject: [PATCH] Fix typo in the comments --- plexpy/activity_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/activity_handler.py b/plexpy/activity_handler.py index 2922eecf..2c766c55 100644 --- a/plexpy/activity_handler.py +++ b/plexpy/activity_handler.py @@ -262,7 +262,7 @@ class ActivityHandler(object): # Update the session state and viewOffset if this_state == 'playing': # Update the session in our temp session table - # if the last set temporary stopped time exceeds 15 seconds + # if the last set temporary stopped time exceeds 60 seconds if int(time.time()) - db_session['stopped'] > 60: self.update_db_session()