We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported by @fnesveda in Slack
This ⬇️ should work, now it does not:
async def foo() -> None: print("Ding") Actor.on(Event.bang, ding)
The text was updated successfully, but these errors were encountered:
Thanks Honza!
Sorry, something went wrong.
feat: Expose event types, improve on/emit signature, allow parameterl…
c102c4c
…ess listeners (#800) - closes #561 - apify/apify-sdk-python#344 --------- Co-authored-by: Vlada Dusek <[email protected]>
janbuchar
Successfully merging a pull request may close this issue.
Originally reported by @fnesveda in Slack
This ⬇️ should work, now it does not:
The text was updated successfully, but these errors were encountered: