Update get-input.py

This commit is contained in:
akp 2022-11-30 20:24:47 +00:00
parent 2b70e551d5
commit dc169a7371
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import datetime
import requests
import json
@ -24,4 +26,4 @@ r = requests.get(f"https://adventofcode.com/{args.year}/day/{args.day}/input", c
sys.stdout.write(r.text + "\n")
sys.stderr.write("OK\n")
sys.stderr.write("OK\n")