feat: fix python interface

This commit is contained in:
MistEO
2022-08-28 15:49:24 +08:00
parent d460f52633
commit d8db9eb3b1

View File

@@ -1,6 +1,6 @@
import json
import pathlib
import asyncio
import time
from asst import Asst, Message
@@ -66,4 +66,4 @@ if __name__ == "__main__":
asst.start()
while asst.running():
asyncio.sleep(0)
time.sleep(0)