mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Fix typo in the comments
This commit is contained in:
parent
df76a02478
commit
ce59692089
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class ActivityHandler(object):
|
||||||
# Update the session state and viewOffset
|
# Update the session state and viewOffset
|
||||||
if this_state == 'playing':
|
if this_state == 'playing':
|
||||||
# Update the session in our temp session table
|
# 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:
|
if int(time.time()) - db_session['stopped'] > 60:
|
||||||
self.update_db_session()
|
self.update_db_session()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue