From 55c05121560b36473421dc0fe2135c4df5c9c64f Mon Sep 17 00:00:00 2001 From: Nguyen Huu Thuong Date: Sat, 13 Jun 2020 09:15:01 +0200 Subject: [PATCH] trim space --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):