Corrections

This commit is contained in:
2023-03-01 18:40:02 +01:00
parent 9772ce515f
commit cc6d1ff903
2 changed files with 1 additions and 4 deletions

View File

@@ -57,8 +57,5 @@ And all is done!
## Astro ## Astro
Coming soon :) 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? # Why?
AI needs data, your website might end-up in the dataset it uses for training. Dont want that? Garlic should help :) AI needs data, your website might end-up in the dataset it uses for training. Dont want that? Garlic should help :)

View File

@@ -8,7 +8,7 @@ import sqlite3
import time import time
import sys import sys
urls = ["http://localhost:37593"] urls = ["https://glittery-croquembouche-c25561.netlify.app/"]
# connect to the database # connect to the database
conn = sqlite3.connect('garlic.db') conn = sqlite3.connect('garlic.db')