remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-25 05:36:54 +02:00
parent a83821ebdb
commit 9ebea2c6e9
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ if SITE == 'pcmemes.net' or True:
else:
with open("files/assets/txt8.txt", "w", encoding='utf_8') as f:
f.write(text)
make_response(send_from_directory('assets', 'txt8.txt'))
return make_response(send_from_directory('assets', 'txt8.txt'))
y = offline_regex.search(text)
try:
offline.append((id, req.url.rstrip('/live'), y.group(2), y.group(1)))