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
# Byte-compiled / optimized / DLL files
__pycache__/

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

Loading…
Cancel
Save