Skip to content

Commit

Permalink
fix max_tab_storage_age demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jan 11, 2025
1 parent d85602f commit 6c03b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/documentation/content/storage_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def max_tab_storage_age():

@ui.page('/')
def index():
# ui.label(f'Tab storage age: {app.storage.tab.age} seconds')
# ui.label(f'Tab storage age: {app.storage.max_tab_storage_age} seconds')
pass # HIDE


Expand Down

0 comments on commit 6c03b99

Please sign in to comment.