#Hi, I just can't get an error fixed it keeps telling me:

1 messages · Page 1 of 1 (latest)

brazen nebula
#

10s for your loop might be too small

#

idk how loop works internally if the 10s works after the end of the loop or at his beginning

plain galleon
#

you could try wrapping it in an asyncio, e.g. task = asyncio.create_task(get_language(...)) and then run await task in the text line