-
Hello everyone, I want to use this code:
but i get this error: i have this import: |
Beta Was this translation helpful? Give feedback.
Answered by
einarmo
Apr 24, 2025
Replies: 1 comment 7 replies
-
You must call |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
benidi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You must call
enter
on the event loop to convert it to a stream that you can consume withnext
.