main
Bob Mottram 2024-04-08 10:09:10 +01:00
parent ffbfbc86ca
commit 386b82a02e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def get_style_sheet(self, base_dir: str, calling_domain: str, path: str,
tries = 0
while tries < 5:
try:
css = get_css(self.server.base_dir, path)
css = get_css(base_dir, path)
if css:
self.server.css_cache[path] = css
break