fix prompt scheduling

This commit is contained in:
Vladimir Mandic
2023-12-18 13:27:36 -05:00
parent c1aa146b5a
commit f13f2d03f9
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -667,7 +667,7 @@ class Api:
"enabled":ext.enabled
})
return ext_list
def launch(self):
config = {
"listen": shared.cmd_opts.listen,