Waqasjan123 commited on
Commit
f2dd538
·
verified ·
1 Parent(s): 411a26b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)