Skip to content

Commit

Permalink
fix #1511 (broken storage example)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Aug 29, 2023
1 parent cf7a966 commit 5e2a9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/more_documentation/storage_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def page_visits():
#
# @ui.page('/')
# def index():
# counter[app.storage.session.browser[id]] += 1
# counter[app.storage.browser['id']] += 1
# ui.label(f'{len(counter)} unique views ({sum(counter.values())} overall) since {start}')
#
# ui.run(storage_secret='private key to secure the browser session cookie')
Expand Down

0 comments on commit 5e2a9f2

Please sign in to comment.