trim space

This commit is contained in:
Nguyen Huu Thuong
2020-06-13 09:15:01 +02:00
parent 6bf8174723
commit 55c0512156

2
app.py
View File

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