Test with bytes

This commit is contained in:
Michel Roux 2020-03-20 14:12:14 +01:00
parent 73a3a62829
commit e377c177e7
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ for link in links:
if html['http_code'] is not 200:
print('(%d) %s %s : %s' % (html['http_code'], link.title.name, link.season, link.link))
elif 'darkgray' in html['output']:
elif b'darkgray' in html['output']:
print('(darkgray) %s %s : %s' % (link.title.name, link.season, link.link))