Async doesnt work Flet App UI Error #5730
Unanswered
ssaravanan384900712
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to Run a function every 10 seconds in background, but my flet app doesnt start
this is my landing.py haiving the background function to be called every 10 secs via async
Without the last
asyncio.run(functhatcallsabovefuncevery10s(func= func2bcalledevery10s))my app is working, but when i want to add the background task my flet app doesn't startplease guide, how to async function calls alongside with other Flet UI components
Beta Was this translation helpful? Give feedback.
All reactions