update project and add ruff

This commit is contained in:
2024-06-21 10:54:26 +07:00
parent 98c04ab1be
commit cd3bae23e6
38 changed files with 156 additions and 55 deletions
Executable → Regular
+1
View File
@@ -21,6 +21,7 @@ class Converter:
try:
r = requests.get("http://192.168.0.108:5000/ping")
if r.status_code == 200:
print(self.path_to_file)
response = requests.post(
"http://192.168.0.108:5000/decrypt_audio",
files={"file": open(self.path_to_file, "rb").read()},