The “await” keyword is only allowed in an asynchronous function
when I trying to await my “async def” I get the error: “The “await” keyword is only allowed in an asynchronous function”. My code:
when I trying to await my “async def” I get the error: “The “await” keyword is only allowed in an asynchronous function”. My code: