From 8d66e1bf2e65338cf318aafc3bfacccc68f53887 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sun, 6 Apr 2025 09:23:41 +0800 Subject: Remove the line in configure.py that caused downloading not work for 4 days --- Code/configure.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Code') 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 -- cgit v1.2.1