Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit fa5ed0b

Browse files
authored
Update footer.py
updated flat.WEB_BROWSER to flet.AppView.WEB_BROWSER
1 parent 7aa1942 commit fa5ed0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/apps/layouts/footer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def main(page: Page):
1818
)
1919

2020

21-
flet.app(target=main, port=8550, view=flet.WEB_BROWSER)
21+
flet.app(target=main, port=8550, view=flet.AppView.WEB_BROWSER)

0 commit comments

Comments
 (0)