Skip to content

Commit

Permalink
adds server
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Apr 17, 2024
1 parent 1ebfae3 commit 15e6b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def __init__(self, webserver: CmsWebServer, client: Client):
"""
super().__init__(webserver, client) # Call to the superclass constructor
self.wiki_grid = WikiGrid(self)
self.server=webserver.server

def configure_menu(self):
"""
Expand Down

0 comments on commit 15e6b2e

Please sign in to comment.