mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-18 13:55: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)
|
session.stop(reason=MESSAGE)
|
||||||
|
|
||||||
|
|
||||||
if media_type is not 'episode':
|
if media_type != 'episode':
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
watched_count, last_stop = get_history(username)
|
watched_count, last_stop = get_history(username)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user