From 836a9eeb3535b79142230c4d9c4bac460bf33c88 Mon Sep 17 00:00:00 2001 From: Nguyen Huu Thuong Date: Sat, 13 Jun 2020 09:14:31 +0200 Subject: [PATCH] trim space --- .gitignore | 2 +- app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 043359d..6f758b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .idea -test.sh +test.* .env \ No newline at end of file diff --git a/app.py b/app.py index 3e2d4ae..cb089ec 100644 --- a/app.py +++ b/app.py @@ -34,7 +34,7 @@ def convert_to_seconds(s): return 30 -strips = ["", "\"", "", "'", ""] +strips = [" ", "\"", " ", "'", " "] def strip_path(p):