summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Code/update_network_by_force.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/update_network_by_force.py b/Code/update_network_by_force.py
index f62bc07..d6631c5 100644
--- a/Code/update_network_by_force.py
+++ b/Code/update_network_by_force.py
@@ -102,7 +102,7 @@ def summarize_edge_file(fname):
########## Renew saved G.pickle and SOURCE_NODES.pickle in Webapp #######################
cmd = 'curl http://118.25.96.118/brain/before'
-#os.system(cmd)
+os.system(cmd)
########## Merge edges #######################
# update edges.txt, a merged file from two sources, HISTORY_DIR and HISTORY_DIR2. Some new edge files are being generated ...