!= instead of 'is not'

This commit is contained in:
Blacktwin 2018-05-01 08:09:32 -04:00 committed by Blacktwin
parent 32e256f111
commit fd3b3675d6

View File

@ -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)