fixed bug
This commit is contained in:
parent
130ef6befb
commit
288e7a9b7b
@ -7,7 +7,7 @@ def unhide(part: str):
|
||||
if len(part) == 0:
|
||||
return ""
|
||||
if part[0] == ".":
|
||||
return part.replace(".", UNHIDE_CHAR)
|
||||
return part.replace(".", UNHIDE_CHAR, 1)
|
||||
|
||||
return part
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user