summaryrefslogtreecommitdiff
path: root/Code/update_network_by_force.py
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2020-02-15 17:44:23 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2020-02-15 17:44:23 +0800
commita3b0a6d2805449262580396aea2ab1583c21f7c9 (patch)
tree283e702285cc11cc6b9eb047a633962608e2b81b /Code/update_network_by_force.py
parent9cc0f036f571a2f3722fa104638d075c78818d9f (diff)
update_network_by_force.py: disable visiting the web app each time when running update_network_by_force.py
Diffstat (limited to 'Code/update_network_by_force.py')
-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 d6631c5..f62bc07 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 ...