fix: my bad, now use correct url [skip ci]

This commit is contained in:
jeefo 2022-01-15 00:03:30 +03:00 committed by GitHub
commit 12be760671
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):
file = os.path.join (self.bot_dir, "data", "graph", "{}.graph".format (name))
url = "http://gs.yapb.jeefo.net/graph/{}.graph".format (name)
url = "http://yapb.jeefo.net/graph/{}.graph".format (name)
if os.path.exists (file):
return