fix pygg
All checks were successful
dl / lint (push) Successful in 1m24s
dl / docker (push) Successful in 38s

This commit is contained in:
Michel Roux 2023-09-03 21:54:02 +02:00
parent 4c8e1750d4
commit 8fb7c4fb91

View File

@ -53,7 +53,6 @@ while True:
try: try:
output = subprocess.run( output = subprocess.run(
[ [
"python",
"pygg.py", "pygg.py",
"-u", "-u",
"winks", "winks",
@ -77,7 +76,6 @@ while True:
try: try:
output = subprocess.run( output = subprocess.run(
[ [
"python",
"pygg.py", "pygg.py",
"-y", "-y",
year, year,