Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files- crawl/crawl +1 -1
crawl/crawl
CHANGED
@@ -123,7 +123,7 @@ def save_result(target_url):
|
|
123 |
|
124 |
# Choose the appropriate base path based on the operating system
|
125 |
if platform.system() == "Windows":
|
126 |
-
base_path = "E:\\knowledgebase\\Saved Websites\\"
|
127 |
else:
|
128 |
base_path = "/home/kade/saved_websites/"
|
129 |
|
|
|
123 |
|
124 |
# Choose the appropriate base path based on the operating system
|
125 |
if platform.system() == "Windows":
|
126 |
+
base_path = "E:\\datasets\\knowledgebase\\Saved Websites\\"
|
127 |
else:
|
128 |
base_path = "/home/kade/saved_websites/"
|
129 |
|