Skip to content

Commit

Permalink
Update themes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wgbbiao committed Jul 25, 2017
1 parent 0a382bd commit 523f2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xadmin/plugins/themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def block_top_navmenu(self, context, nodes):
ex_themes = []
try:
h = httplib2.Http()
resp, content = h.request("http://bootswatch.com/api/3.json", 'GET', '',
resp, content = h.request("https://bootswatch.com/api/3.json", 'GET', '',
headers={"Accept": "application/json", "User-Agent": self.request.META['HTTP_USER_AGENT']})
if six.PY3:
content = content.decode()
Expand Down

0 comments on commit 523f2ef

Please sign in to comment.