mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 11:14:23 +00:00
Introduce full asyncio version (still some module to migrate). Defender JSONRPC Server ready and using with uvcorn
This commit is contained in:
@@ -13,6 +13,7 @@ from core import install
|
||||
async def main():
|
||||
from core.loader import Loader
|
||||
loader = Loader()
|
||||
await loader.start()
|
||||
await loader.Irc.run()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user