This commit is contained in:
Kovid Goyal 2023-01-03 19:43:34 +05:30
parent 08e25915e6
commit 22914029e8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -29,7 +29,7 @@ class HistoryToday(BasicNewsRecipe):
br['pass'] = self.password
res = br.submit()
raw = res.read()
if 'Session limit exceeded' in raw:
if b'Session limit exceeded' in raw:
br.select_form(nr=1)
control = br.find_control('sid').items[1]
sid = []