Skip to content

Commit d9de215

Browse files
authored
Merge branch 'master' into develop
2 parents 2312939 + b3330b9 commit d9de215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def create_css(theme, theme_type="standard"):
173173
else:
174174
with open("CNAME", "rt", closefd=True) as cname:
175175
CNAME = cname.readline()
176+
176177
DOMAIN = f"{branch}.{CNAME}" if branch not in ["master","main"] else CNAME
177178
apps = loads(create_json(app_folders=app_folders, themes=themes, community_themes=community_themes, docker_mods=docker_mods))
178179
with open("themes.json", "w") as outfile:

0 commit comments

Comments
 (0)