summaryrefslogtreecommitdiff
path: root/Code
diff options
context:
space:
mode:
Diffstat (limited to 'Code')
-rw-r--r--Code/update_network_by_force.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Code/update_network_by_force.py b/Code/update_network_by_force.py
index 221be74..aafa2f0 100644
--- a/Code/update_network_by_force.py
+++ b/Code/update_network_by_force.py
@@ -101,10 +101,6 @@ def summarize_edge_file(fname):
return 'Total edges is 0.'
-########## Renew saved G.pickle and SOURCE_NODES.pickle in Webapp #######################
-cmd = 'curl http://118.25.96.118/brain/before'
-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 ...
# Definition of HISTORY_DIR and HISTORY_DIR2 could be found in configure.py