diff --git a/app.py b/app.py index 76e4364..0d5b842 100644 --- a/app.py +++ b/app.py @@ -34,7 +34,7 @@ def convert_to_seconds(s): return 30 -strips = ["", "\"", "", "'", ""] +strips = [" ", "\"", " ", "'", " "] def strip_path(p):