Skip to content

Commit ddf7c8b

Browse files
author
Harley Hicks
committed
Force API to use https
1 parent a317117 commit ddf7c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comics/utils/comicimporter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def __init__(self):
2727
open(self.processed_dirs_file, 'w')
2828

2929
# API Strings
30-
self.baseurl = 'http://comicvine.gamespot.com/api/'
31-
self.imageurl = 'http://comicvine.gamespot.com/api/image/'
30+
self.baseurl = 'https://comicvine.gamespot.com/api/'
31+
self.imageurl = 'https://comicvine.gamespot.com/api/image/'
3232
self.base_params = { 'format': 'json', 'api_key': self.api_key }
3333
self.headers = { 'user-agent': 'tenma' }
3434

0 commit comments

Comments
 (0)