I am trying setup a flag for my async loop. I tried using asyncio.Event but I get a RuntimeError Here\'s my code:
import sys import asyncio import logging ro