From 7c181043657e3ac254531cf1f640d5da319350b8 Mon Sep 17 00:00:00 2001 From: ugrnm Date: Sun, 9 Oct 2022 15:50:57 +0200 Subject: [PATCH] relative folder in repos is ignored --- .gitignore | 2 ++ download_loooooops.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f8b73e7..c02d93f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +loooooops + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/download_loooooops.py b/download_loooooops.py index a4ea3c9..270d85f 100755 --- a/download_loooooops.py +++ b/download_loooooops.py @@ -11,7 +11,7 @@ import shutil # remote_url # description -output_dir = "/home/r/Programming/radio-looptober/loops" +output_dir = "loooooops" def grab_media(path, url, filename):