call Graph.load() instead graph.load()

This commit is contained in:
Laura Klünder 2016-12-05 12:15:04 +01:00
parent a611e32682
commit 89ed7e25f7

View file

@ -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))