Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Feb 18, 2025
1 parent c8d274c commit 17eb609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routers/xlwings.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async def custom_scripts_sheet_buttons():
if settings.enable_lite:

@router.get("/pyodide.json")
async def get_pyscript_config():
async def get_pyodide_config():
# requirements.txt
packages = (
Path(settings.base_dir / "lite" / "requirements.txt")
Expand Down

0 comments on commit 17eb609

Please sign in to comment.