Skip to content

Commit

Permalink
Disabling favicon for now due to exception
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Apr 24, 2024
1 parent 583a4ce commit 6f1a6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circhemy/web/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():
# run main application
ui.run(title=util.program_name + " " + util.software_version,
show=False,
favicon="https://circhemy.jakobilab.org/favicon/favicon.ico",
# favicon="https://circhemy.jakobilab.org/favicon/favicon.ico",
binding_refresh_interval=0.1
)

Expand Down

0 comments on commit 6f1a6cd

Please sign in to comment.