fix: update url to graph files

This commit is contained in:
jeefo 2022-01-14 23:54:13 +03:00 committed by GitHub
commit 0211459639
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://graph.yapb.ru/graph/{}.graph".format (name)
url = "http://gs.yapb.jeefo.net/graph/{}.graph".format (name)
if os.path.exists (file):
return