Skip to content

Commit e13032b

Browse files
test2
1 parent c62115c commit e13032b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def update_mappings(self):
5959
index_webpack_key[webpack_key] = []
6060

6161
index_webpack_key[webpack_key].append(t)
62-
index_css_class["." + i + "_" + webpack_key] = t
62+
index_css_class["._" + i + "_" + webpack_key] = t
6363
for _, (steam_version, css_class) in enumerate(css_class_list.items()):
6464
if css_class in index_css_class:
6565
logger.warning(f"Duplicate css class {css_class} ({index_css_class[css_class][1]}, {webpack_key})")

0 commit comments

Comments
 (0)