Skip to content

Commit 6daee5d

Browse files
committed
rename
Signed-off-by: Grant Linville <[email protected]>
1 parent 31a0cff commit 6daee5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptscript/daemon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import tempfile
55

66

7-
def start_fastapi(app):
7+
def start_uvicorn(app):
88
cert, key, client_cert = save_certificates_from_env()
99
import uvicorn
1010
uvicorn.run(

0 commit comments

Comments
 (0)