mirror of
https://git.lurk.org/repos/radio-looptober.git
synced 2024-12-22 12:30:32 +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
|
# ---> Python
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
@ -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…
Reference in New Issue
Block a user