Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def export_results(results, search_condition):
|
|
| 81 |
if not results:
|
| 82 |
return None, "γ¨γ©γΌ: γ¨γ―γΉγγΌγγγγγΌγΏγγγγΎγγγ"
|
| 83 |
|
| 84 |
-
filename = f"search_results_{datetime.now(JST).strftime('%Y%m%d_%H%M%S')}.txt"
|
| 85 |
file_path = os.path.join("/tmp", filename)
|
| 86 |
|
| 87 |
execution_date = datetime.now(JST).strftime("%Y/%m/%d %H:%M:%S")
|
|
|
|
| 81 |
if not results:
|
| 82 |
return None, "γ¨γ©γΌ: γ¨γ―γΉγγΌγγγγγΌγΏγγγγΎγγγ"
|
| 83 |
|
| 84 |
+
filename = f"search_results_{datetime.now(JST).strftime('%Y-%m-%d_%H-%M-%S')}.txt"
|
| 85 |
file_path = os.path.join("/tmp", filename)
|
| 86 |
|
| 87 |
execution_date = datetime.now(JST).strftime("%Y/%m/%d %H:%M:%S")
|