update project and add ruff
This commit is contained in:
Executable → Regular
+1
@@ -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()},
|
||||
|
||||
Reference in New Issue
Block a user