mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-15 12:45:36 +00:00
!= instead of 'is not'
This commit is contained in:
parent
42bc38b963
commit
318180e373
@ -82,7 +82,7 @@ def kill_session(user):
|
||||
session.stop(reason=MESSAGE)
|
||||
|
||||
|
||||
if media_type is not 'episode':
|
||||
if media_type != 'episode':
|
||||
exit()
|
||||
|
||||
watched_count, last_stop = get_history(username)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user