Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 "
|
| 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
|