Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def process_excel_streaming(file_obj):
|
|
| 173 |
|
| 174 |
# FIX: Get current time in PKT
|
| 175 |
now_pkt = datetime.now(PKT)
|
| 176 |
-
timestamp = now_pkt.strftime("%Y%m%d-%H%M")
|
| 177 |
|
| 178 |
final_name = f"{short_name}-{timestamp}-odoo.xlsx"
|
| 179 |
output_path = os.path.join(tempfile.gettempdir(), final_name)
|
|
|
|
| 173 |
|
| 174 |
# FIX: Get current time in PKT
|
| 175 |
now_pkt = datetime.now(PKT)
|
| 176 |
+
timestamp = now_pkt.strftime("%Y%m%d-%H%M%S")
|
| 177 |
|
| 178 |
final_name = f"{short_name}-{timestamp}-odoo.xlsx"
|
| 179 |
output_path = os.path.join(tempfile.gettempdir(), final_name)
|