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