Skip to content

Commit

Permalink
fixes home
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Feb 4, 2024
1 parent 915a9a2 commit 33c2a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpus/web/cc_webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def configure_menu(self):
"""
self.link_button(name="statistics",target="/stats",icon_name="query_stats")

async def home(self, _client: Client):
async def home(self):
"""
provide the main content page
"""
Expand Down

0 comments on commit 33c2a37

Please sign in to comment.