Skip to content

Commit

Permalink
add indexnow urls output
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jun 11, 2024
1 parent f013f65 commit 3afe87b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexnow
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3afe87b

Please sign in to comment.