Removed a line from pretty_yaml that was causing an error because the format of the file changed.

This commit is contained in:
pyth0n1c
2021-08-17 13:10:27 -07:00
parent 291af648bb
commit fa7ac7bfbf
-1
View File
@@ -212,7 +212,6 @@ def pretty_yaml_stories(REPO_PATH, VERBOSE, content_part):
pretty_yaml['version'] = object['version']
pretty_yaml['date'] = object['date']
pretty_yaml['author'] = object['author']
pretty_yaml['type'] = object['type']
pretty_yaml['description'] = object['description']
pretty_yaml['narrative'] = object['narrative']
if 'references' in object: