maj remplacement bdd

This commit is contained in:
Solène 2025-01-25 12:00:53 +01:00 committed by GitHub
parent 765ea94a88
commit cb7604d9a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,8 @@ def encode_node_name(name):
'#': '__hash__',
'[': '__lbrack__',
']': '__rbrack__',
'/': '__slash__'
'/': '__slash__',
'?': '__question__'
}
for char, replacement in replacements.items():