suprimedev commited on
Commit
540971d
·
verified ·
1 Parent(s): ae68454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def query_transcription(session_hash):
173
  text = transcriptions_db.get(session_hash)
174
 
175
  if not text:
176
- return "متنی برای این session یافت نشد."
177
 
178
  logger.debug(f"[{session_hash}] درخواست استعلام متن.")
179
  return text
 
173
  text = transcriptions_db.get(session_hash)
174
 
175
  if not text:
176
+ return "none"
177
 
178
  logger.debug(f"[{session_hash}] درخواست استعلام متن.")
179
  return text