We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dedf8f commit ed4aed6Copy full SHA for ed4aed6
1 file changed
comiclib/main.py
@@ -537,7 +537,7 @@ def csshead():
537
css_default_data = {"g.css": "H-Verse", "modern.css": "Hachikuji",
538
"modern_clear.css": "Yotsugi", "modern_red.css": "Nadeko", "ex.css": "Sad Panda"}
539
themes_header = ""
540
- for p in Path("/home/root/LANraragi/public/themes").glob("*.css"):
+ for p in (app_path / "LANraragi/public/themes").glob("*.css"):
541
if p.name == config_style:
542
themes_header += f'<link rel="stylesheet" type="text/css" title="{css_default_data.get(p.name, p.name)}" href="/themes/{p.name}">'
543
else:
0 commit comments