Skip to content

Commit 372d78c

Browse files
committed
fix: rename
1 parent 578f7d3 commit 372d78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resbibman/exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def resetConf():
9696

9797
if args.subparser == "iserver":
9898
import subprocess
99-
call_args = ["python3", "-m", "iRBM.server"]
99+
call_args = ["python3", "-m", "irbm.server"]
100100
for k in [
101101
"port", "host",
102102
"openai-api-base",

0 commit comments

Comments
 (0)