byzp commited on
Commit
61415c3
1 Parent(s): 0d17cf6

Update server/main.py

Browse files
Files changed (1) hide show
  1. server/main.py +0 -2
server/main.py CHANGED
@@ -58,8 +58,6 @@ def getwav(command:item,request:Request):
58
  return JSONResponse(
59
  status_code=403,
60
  content={"message":"IP banned."},)
61
- if os.path.exists("example.wav"):
62
- os.system("rm example.wav")
63
  command=str(command)
64
  print(command)
65
 
 
58
  return JSONResponse(
59
  status_code=403,
60
  content={"message":"IP banned."},)
 
 
61
  command=str(command)
62
  print(command)
63