diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2025-04-06 09:23:41 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2025-04-06 09:23:41 +0800 |
commit | 8d66e1bf2e65338cf318aafc3bfacccc68f53887 (patch) | |
tree | fca3e5300186b47978ffa77d4377f85c990d92a7 | |
parent | 60e7b12addc3acc8b49ba6aa07b71ebcf6ddf54d (diff) |
Remove the line in configure.py that caused downloading not work for 4 days
-rw-r--r-- | Code/configure.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Code/configure.py b/Code/configure.py index 148bcd5..5c89cae 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -54,4 +54,3 @@ SQLITE_EDGE_FILE = '../Data/temp/edges.sqlite' DIFF_EDGE_FILE = '../Data/temp/edges-diff.txt' # the difference between two edge files from yesterday and from today TARGET_TF_FILE = '../Data/information/target_tf.txt' ->>>>>>> 837a291e6a1816920c7116410dd1e0df9fd3eaf7 |