remove whitespace on edges from column names

This commit is contained in:
Matthew Stidham
2021-02-08 10:11:50 -08:00
parent b3333df32b
commit e1f507ce94

View File

@@ -560,7 +560,7 @@ class LFCliBase:
def replace_special_char(self,
str):
return str.replace('+', ' ').replace('_', ' ')
return str.replace('+', ' ').replace('_', ' ').strip(' ')
Help_Mode = """Station WiFi modes: use the number value below:
auto : 0,