forked from MarseyWorld/MarseyWorld
fix bad code in /live
parent
7b7092b5f5
commit
4a1865742a
|
@ -456,7 +456,7 @@ if SITE == 'pcmemes.net':
|
||||||
count = y.group(3)
|
count = y.group(3)
|
||||||
|
|
||||||
if count == '1 παρακολουθεί τώρα':
|
if count == '1 παρακολουθεί τώρα':
|
||||||
count = 1
|
count = "1"
|
||||||
|
|
||||||
if 'περιμένει' in count:
|
if 'περιμένει' in count:
|
||||||
return process_streamer(id, '')
|
return process_streamer(id, '')
|
||||||
|
|
Loading…
Reference in New Issue