fix: my bad, now use correct url [skip ci]
This commit is contained in:
parent
0211459639
commit
12be760671
1 changed files with 1 additions and 1 deletions
|
|
@ -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://gs.yapb.jeefo.net/graph/{}.graph".format (name)
|
url = "http://yapb.jeefo.net/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