EMOJIS
This commit is contained in:
@ -28,6 +28,7 @@ def tagger():
|
|||||||
else:
|
else:
|
||||||
tag_dict[category] = [snippet]
|
tag_dict[category] = [snippet]
|
||||||
return tag_dict
|
return tag_dict
|
||||||
|
|
||||||
files = os.listdir('snippets')
|
files = os.listdir('snippets')
|
||||||
start = open("static-parts/readme-start.md").read() + '\n\n'
|
start = open("static-parts/readme-start.md").read() + '\n\n'
|
||||||
end = open("static-parts/readme-end.md").read()
|
end = open("static-parts/readme-end.md").read()
|
||||||
|
|||||||
Reference in New Issue
Block a user