1
0
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:
ugrnm 2022-10-09 15:50:57 +02:00
parent d7654cc784
commit 7c18104365
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

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

View File

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