Ra-Is commited on
Commit
aa62bf6
1 Parent(s): 5445cc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def send_audio_to_laravel(audio):
6
  if audio is None:
7
  return "No audio recorded. Please try again."
8
 
9
- url = os.getenv("BASE_URL")
10
  if not url:
11
  return "BASE_URL environment variable is not set."
12
 
 
6
  if audio is None:
7
  return "No audio recorded. Please try again."
8
 
9
+ url = os.getenv("TRANSLATION_URL")
10
  if not url:
11
  return "BASE_URL environment variable is not set."
12