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):