remove unused legacy function

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-01 18:29:16 +02:00
parent a66f0291d8
commit 2cf9c7560f
1 changed files with 0 additions and 5 deletions

View File

@ -29,11 +29,6 @@ def process_files():
return body
def process_other(file):
req = requests.post("https://pomf2.lain.la/upload.php", files={'files[]': file}, timeout=20).json()
return req['files'][0]['url']
def process_audio(file):
name = f'/audio/{time.time()}'.replace('.','')