diff --git a/README.md b/README.md index 44293f6..c439215 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,5 @@ And all is done! ## Astro Coming soon :) -## Want some salt with that? -We can also add some [salt](https://auth0.com/blog/adding-salt-to-hashing-a-better-way-to-store-passwords/) to the encoding, add that extra step of security. - # Why? AI needs data, your website might end-up in the dataset it uses for training. Dont want that? Garlic should help :) diff --git a/crawler.py b/crawler.py index a5b08d9..2506ca7 100644 --- a/crawler.py +++ b/crawler.py @@ -8,7 +8,7 @@ import sqlite3 import time import sys -urls = ["http://localhost:37593"] +urls = ["https://glittery-croquembouche-c25561.netlify.app/"] # connect to the database conn = sqlite3.connect('garlic.db')