We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4690a commit ce1f7baCopy full SHA for ce1f7ba
1 file changed
singlestoredb/apps/_python_udfs.py
@@ -40,7 +40,7 @@ async def run_udf_app(
40
# Kill if any other process is occupying the port
41
kill_process_by_port(app_config.listen_port)
42
43
- base_url = generate_base_url(app_config.base_url)
+ base_url = generate_base_url(app_config)
44
app = Application(url=base_url, app_mode='managed')
45
46
config = uvicorn.Config(
0 commit comments