Browse Source

relative folder in repos is ignored

main
ugrnm 2 years ago
parent
commit
7c18104365
  1. 2
      .gitignore
  2. 2
      download_loooooops.py

2
.gitignore

@ -1,3 +1,5 @@
loooooops
# ---> Python # ---> Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

2
download_loooooops.py

@ -11,7 +11,7 @@ import shutil
# remote_url # remote_url
# description # description
output_dir = "/home/r/Programming/radio-looptober/loops" output_dir = "loooooops"
def grab_media(path, url, filename): def grab_media(path, url, filename):

Loading…
Cancel
Save