@@ -4,8 +4,8 @@ import asyncio
from comsumer import bn_agg_trade, order
async def main():
a1 = bn_agg_trade.main()
a2 = order.start()
res = asyncio.gather(a1, a2)
# a2 = order.start()
res = asyncio.gather(a1)
await res
if __name__ == "__main__":
The note is not visible to the blocked user.