Skip to content

Commit

Permalink
Changes made to site_list.py to reduce commit size
Browse files Browse the repository at this point in the history
  • Loading branch information
NirajNair committed Dec 19, 2020
1 parent 5098b67 commit d404fe7
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 307 deletions.
3 changes: 1 addition & 2 deletions site_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
pool.append((social_network, url_main))

for social_network, url_main in pool:
site_file.write("1. [{social_network}]({url_main})\n")

site_file.write(f'1. [{social_network}]({url_main})\n')

sorted_json_data = json.dumps(data, indent=2, sort_keys=True)

Expand Down
Loading

0 comments on commit d404fe7

Please sign in to comment.