izuemon commited on
Commit
1ea4dfe
verified
1 Parent(s): 99e838a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -372,7 +372,7 @@ def scratch_embed(project_id):
372
  # Node.js銈广偗銉儣銉堛倰鍛笺伋鍑恒仚
373
  try:
374
  result = subprocess.run(
375
- ["node", "generate_html.js", project_id, tmp_path],
376
  capture_output=True,
377
  text=True,
378
  check=True
 
372
  # Node.js銈广偗銉儣銉堛倰鍛笺伋鍑恒仚
373
  try:
374
  result = subprocess.run(
375
+ ["node", "generate_html.cjs", project_id, tmp_path],
376
  capture_output=True,
377
  text=True,
378
  check=True