mirror of
https://git.lurk.org/repos/radio-looptober.git
synced 2024-12-22 04:30:31 +01:00
relative folder in repos is ignored
This commit is contained in:
parent
d7654cc784
commit
7c18104365
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
loooooops
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
@ -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…
Reference in New Issue
Block a user