remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-22 04:20:47 +02:00
parent d55438afad
commit c20fc34704
1 changed files with 2 additions and 1 deletions

View File

@ -486,6 +486,7 @@ if SITE_NAME == 'PCM':
offline.append((req.url, t.group(1), y.group(2)))
else:
y = offline_regex.search(txt)
offline.append((req.url, y.group(2), y.group(1)))
try: offline.append((req.url, y.group(2), y.group(1)))
except: print(x)
return render_template(f'live.html', v=v, live=live, offline=offline)