correct code

This commit is contained in:
Pedro Almeida 2019-01-23 14:19:36 +00:00 committed by GitHub
parent 2ef168d924
commit 1ed24f5993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!")