@@ -5,6 +5,7 @@ import logging
import logging.handlers
import os
import signal
import sys
import webbrowser
from typing import *
@@ -164,4 +165,4 @@ async def shut_down():
if __name__ == '__main__':
exit(asyncio.run(main()))
sys.exit(asyncio.run(main()))
The note is not visible to the blocked user.