Add missing quote

This commit is contained in:
Branden Archer 2017-10-25 00:06:10 -04:00
parent dad43783a0
commit 9098c3b558

View File

@ -59,7 +59,7 @@ def main():
"frequency": "",
"issues": "",
"url": "",
"license: ""}
"license": ""}
t = Template('${name} | ${description} |[link](${homeurl})'
' | [raw](${url}) | ${frequency} | ${license} ')