1
0
mirror of https://git.lurk.org/repos/radio-looptober.git synced 2024-12-27 14:01:56 +01:00

bump year + corrected env path

This commit is contained in:
ugrnm 2023-10-01 12:01:43 +02:00
parent 1016194c3b
commit a5c476e05b

View File

@ -1,4 +1,4 @@
#!/bin/env python3 #!/usr/bin/env python3
import requests import requests
from time import sleep from time import sleep
@ -9,7 +9,7 @@ from urllib.parse import urlparse
# remote_url # remote_url
# description # description
year = "2022" year = "2023"
output_dir = os.path.join("loooooops", year) output_dir = os.path.join("loooooops", year)