diff --git a/graph.py b/graph.py index c5ba268..7492ed0 100644 --- a/graph.py +++ b/graph.py @@ -141,17 +141,6 @@ class Graph: break else: results.update(v.getNodeCloud({})) -# noAuto = False -# for ksub,vsub in v.getNodeCloud({}).iteritems(): -# if not vsub.autoupdater or (branch and vsub.branch != branch): -# #break -# noAuto = True -# self.nodes_no_autoupdater[ksub] = vsub -# #else: -# if not noAuto: -# results.update(v.getNodeCloud({})) -# else: -# self.nodes_no_geo.update(v.getNodeCloud({})) print "Result:",len(results), region return results diff --git a/node.py b/node.py index 632de18..1fbe8ef 100644 --- a/node.py +++ b/node.py @@ -105,4 +105,4 @@ class Node(object): if result['cached'] == False: time.sleep(1) else: - self['geodata'] = None \ No newline at end of file + self.getodata = None \ No newline at end of file