Skip to content

Commit ce1f7ba

Browse files
fixed bug
1 parent 6a4690a commit ce1f7ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

singlestoredb/apps/_python_udfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async def run_udf_app(
4040
# Kill if any other process is occupying the port
4141
kill_process_by_port(app_config.listen_port)
4242

43-
base_url = generate_base_url(app_config.base_url)
43+
base_url = generate_base_url(app_config)
4444
app = Application(url=base_url, app_mode='managed')
4545

4646
config = uvicorn.Config(

0 commit comments

Comments
 (0)