Skip to content

Commit 70576fc

Browse files
committed
change to https - closes #6
1 parent 733bf7f commit 70576fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aocd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
from termcolor import cprint
2121

2222

23-
__version__ = "0.5"
23+
__version__ = "0.5.1"
2424

2525

2626
log = getLogger(__name__)
2727

2828

29-
URI = "http://adventofcode.com/{year}/day/{day}/"
29+
URI = "https://adventofcode.com/{year}/day/{day}/"
3030
AOC_TZ = pytz.timezone("America/New_York")
3131
CONF_FNAME = os.path.expanduser("~/.config/aocd/token")
3232
MEMO_FNAME = os.path.expanduser("~/.config/aocd/{session}/{year}/{day}.txt")

0 commit comments

Comments
 (0)