correct code

pull/139/head
Pedro Almeida 5 years ago committed by GitHub
parent 2ef168d924
commit 1ed24f5993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save