bigfox
This commit is contained in:
parent
e1ca16f039
commit
5a6f8f462f
@ -1,3 +1,4 @@
|
||||
from appPublic.worker import get_event_loop
|
||||
from fw.init import load_fastwhisper
|
||||
from ahserver.webapp import webapp
|
||||
from appPublic.registerfunction import RegisterFunction
|
||||
@ -19,6 +20,7 @@ def init():
|
||||
load_fastwhisper()
|
||||
|
||||
if __name__ == '__main__':
|
||||
loop = get_event_loop()
|
||||
webapp(init)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user