trim space

pull/1/head
Nguyen Huu Thuong 5 years ago
parent ff3d82bdaf
commit 836a9eeb35

2
.gitignore vendored

@ -1,4 +1,4 @@
.idea .idea
test.sh test.*
.env .env

@ -34,7 +34,7 @@ def convert_to_seconds(s):
return 30 return 30
strips = ["", "\"", "", "'", ""] strips = [" ", "\"", " ", "'", " "]
def strip_path(p): def strip_path(p):

Loading…
Cancel
Save