diff --git a/web-interface/web-interface.py b/web-interface/web-interface.py index b9807f4..04f90c7 100755 --- a/web-interface/web-interface.py +++ b/web-interface/web-interface.py @@ -16,7 +16,7 @@ DIR_PATH = '.' # without trailing slash PORTNUMBER = 5522 WIKI = 'https://possiblebodies.constantvzw.org/book' # remove tail slash '/' PAGENAME = 'Unfolded' -STYLESHEET = f'{ PROJECT_NAME }.css' +STYLESHEET = 'print.css' # ---