k4d3 commited on
Commit
7607e01
2 Parent(s): 885ba02 0e2c9c8

Merge remote-tracking branch 'refs/remotes/origin/main'

Browse files
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