bugfix
This commit is contained in:
parent
223ada2bc9
commit
875a981184
@ -55,7 +55,7 @@ from ahserver.configuredServer import add_startup
|
|||||||
# task running all the time in background
|
# task running all the time in background
|
||||||
async def bgwork(app) -> None:
|
async def bgwork(app) -> None:
|
||||||
while True:
|
while True:
|
||||||
asyncio.sleep(sec)
|
await asyncio.sleep(sec)
|
||||||
print('hahaha')
|
print('hahaha')
|
||||||
|
|
||||||
def get_module_dbname(modulename):
|
def get_module_dbname(modulename):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user