diff --git a/src/Python/sample.py b/src/Python/sample.py index 55070e161a..1fd847aae7 100644 --- a/src/Python/sample.py +++ b/src/Python/sample.py @@ -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)