bugfix
This commit is contained in:
parent
aa4e878f97
commit
53407bdbec
@ -1,7 +1,6 @@
|
||||
from appPublic.worker import get_event_loop
|
||||
from fw.init import load_fastwhisper
|
||||
from ahserver.webapp import webapp
|
||||
from ahserver.configuredServer import AHApp
|
||||
|
||||
from appPublic.registerfunction import RegisterFunction
|
||||
|
||||
@ -26,9 +25,6 @@ def init():
|
||||
rf.register('get_status', get_status)
|
||||
load_fastwhisper()
|
||||
|
||||
|
||||
class FastWhisperApp(AHApp):
|
||||
|
||||
if __name__ == '__main__':
|
||||
loop = get_event_loop()
|
||||
webapp(init)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user