packager: use https instead of http
This commit is contained in:
parent
12be760671
commit
bdf3b16517
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class BotRelease (object):
|
|||
|
||||
def get_graph_file (self, name):
|
||||
file = os.path.join (self.bot_dir, "data", "graph", "{}.graph".format (name))
|
||||
url = "http://yapb.jeefo.net/graph/{}.graph".format (name)
|
||||
url = "https://yapb.jeefo.net/graph/{}.graph".format (name)
|
||||
|
||||
if os.path.exists (file):
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue