flush printed shit

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-25 05:17:15 +02:00
parent 0620081497
commit 962cf66bcd
1 changed files with 2 additions and 2 deletions

View File

@ -509,14 +509,14 @@ if SITE == 'pcmemes.net' or True:
live.append((id, req.url, t.group(1), y.group(2), y.group(1), count))
cache.set('live', live)
except:
print(id)
print(id, flush=True)
else:
y = offline_regex.search(txt)
try:
offline.append((id, req.url.rstrip('/live'), y.group(2), y.group(1)))
cache.set('offline', offline)
except:
print(id)
print(id, flush=True)
return render_template('live.html', v=v, live=live, offline=offline, msg="Channel added successfuly!")