This commit is contained in:
ds 2020-11-13 19:17:10 +03:00
commit 51e8ace7ff

View file

@ -56,7 +56,7 @@ class BotRelease (object):
def getGraph (self, name): def getGraph (self, name):
file = os.path.join (self.botDir, 'data', 'graph', "{}.graph".format (name)) file = os.path.join (self.botDir, 'data', 'graph', "{}.graph".format (name))
url = "https://yapb.ru/files/graph/{}.graph".format (name); url = "http://graph.yapb.ru/graph/{}.graph".format (name);
if os.path.exists (file): if os.path.exists (file):
return return