commit 7c181043657e3ac254531cf1f640d5da319350b8
parent d7654cc7845fda13b9cb08577bbb9d4477b5f6ea
Author: ugrnm <ultrageranium@bleu255.com>
Date: Sun Oct 9 15:50:57 +0200
relative folder in repos is ignored
Diffstat:2 files changed, 3 insertions(+), 1 deletion(-)
diff --git 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
@@ -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):