packager: use https instead of http

This commit is contained in:
jeefo 2022-01-15 00:14:03 +03:00 committed by GitHub
commit bdf3b16517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ class BotRelease (object):
def get_graph_file (self, name): def get_graph_file (self, name):
file = os.path.join (self.bot_dir, "data", "graph", "{}.graph".format (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): if os.path.exists (file):
return return