Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zanllp committed Aug 21, 2024
1 parent 14514c9 commit e3d4533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/iib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
except Exception as e:
logger.error(e)

print(f"data_file_path:{get_data_file_path()}")
print(f"data_file_path:{get_data_file_path("")}")

index_html_path = get_data_file_path("vue/dist/index.html") if is_exe_ver else os.path.join(cwd, "vue/dist/index.html") # 在app.py也被使用
index_html_path = get_data_file_path("vue/dist/index.html") if is_exe_ver else os.path.join(cwd, "vue/dist/index.html") # 在app.py也被使用


send_img_path = {"value": ""}
Expand Down

0 comments on commit e3d4533

Please sign in to comment.