This commit is contained in:
yumoqing 2026-01-27 17:24:09 +08:00
parent 223ada2bc9
commit 875a981184

View File

@ -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):