mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Implement replace_special_char function
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user