Fix packager graph paths.
This commit is contained in:
parent
d8b7e8857d
commit
01c6b1578d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue