Преглед изворни кода

Serve images over HTTPS

Noticed from @ethanmick's fork. Wanted to make the change upstream.
Mark Ide пре 7 година
родитељ
комит
dbdf746b37
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config/config.py

+ 1 - 1
config/config.py

@@ -1,6 +1,6 @@
 def playerIcons(poi):
     if poi['id'] == 'Player':
-        poi['icon'] = "http://overviewer.org/avatar/%s" % poi['EntityId']
+        poi['icon'] = "https://overviewer.org/avatar/%s" % poi['EntityId']
         return "Last known location for %s" % poi['EntityId']
 
 # Only signs with "-- RENDER --" on the last line will be shown