Implement replace_special_char function

This commit is contained in:
Matthew Stidham
2021-02-04 13:48:05 -08:00
parent 0483b7dec3
commit 08b476f8d6
3 changed files with 7 additions and 2 deletions

View File

@@ -555,6 +555,10 @@ class LFCliBase:
timestamp):
return (timestamp - datetime.datetime(1970,1,1)).total_seconds()*1000
def replace_special_char(self,
str):
return str.replace('+', ' ').replace('_', ' ')
Help_Mode = """Station WiFi modes: use the number value below:
auto : 0,
a : 1,