@@ -110,7 +110,12 @@ async def main():
if __name__ == "__main__":
try:
asyncio.run(main())
import uvloop
uvloop.run(main())
except ImportError:
except KeyboardInterrupt:
print("\nMarket maker stopped by user")
except Exception as e:
The note is not visible to the blocked user.