k4d3 commited on
Commit
0e2c9c8
1 Parent(s): 47566a5

update base_path in crawl

Browse files

Signed-off-by: Balazs Horvath <acsipont@gmail.com>

Files changed (1) hide show
  1. 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