Skip to content
Discussion options

You must be logged in to vote

Hello @masterjg

I used to do this. It works but may break since ._users is private attribute.

async def start_background_loop() -> None:
    while True:
        print(app.storage._users)
        await asyncio.sleep(1)

Cheers!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@masterjg
Comment options

Answer selected by masterjg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants