trim space

This commit is contained in:
Nguyen Huu Thuong
2020-06-13 09:14:31 +02:00
parent ff3d82bdaf
commit 836a9eeb35
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

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

2
app.py
View File

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