mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 05:40:19 +00:00
correct code
This commit is contained in:
parent
2ef168d924
commit
1ed24f5993
1 changed files with 0 additions and 3 deletions
|
@ -21,7 +21,4 @@ with open("sites.md", "w") as site_file:
|
|||
site_file.write(f'{index}. [{social_network}]({url_main})\n')
|
||||
index = index + 1
|
||||
|
||||
for social_network in data.items():
|
||||
print(social_network)
|
||||
|
||||
print("Finished updating supported site listing!")
|
||||
|
|
Loading…
Reference in a new issue