call Graph.load() instead graph.load()
This commit is contained in:
parent
a611e32682
commit
89ed7e25f7
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ class Command(BaseCommand):
|
|||
print('Saved in %.4fs' % (time.time()-start))
|
||||
|
||||
start = time.time()
|
||||
graph.load()
|
||||
Graph.load()
|
||||
print('Loaded in %.4fs' % (time.time() - start))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue