fix(fallback): the number sign again :(

This commit is contained in:
Haoyu Xu
2022-01-24 23:28:38 -05:00
parent 6a727a483e
commit a66a8e4ac4
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ class Builder:
source=self.config["operator"]["source_folder"].format(name=operator_name),
target=self.config["operator"]["target_folder"].format(name=operator_name),
common_name=self.config["operators"][operator_name]["_operator_settings.js"]["filename"],
fallback_name=self.config["operators"][operator_name]["index.html"]["fallback_name"],
fallback_name=self.config["operators"][operator_name]["index.html"]["fallback_name"].replace("%23", "#"),
id_name=self.config["operators"][operator_name]["index.html"]["id"].replace("%23", "#")
)