diff options
Diffstat (limited to 'indexnow')
| -rwxr-xr-x | indexnow | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ with open("indexnow-key.txt") as keyfile: key = keyfile.read().strip() def submit(urls): + print(urls) data = { "host": host, "key": key, |
