This commit is contained in:
j 2017-11-02 21:11:09 +00:00
commit 90537f2f0e
6 changed files with 9 additions and 8 deletions

View file

@ -158,6 +158,6 @@ def main():
data = json.load(f)
render_poster(data, options.poster)
if __name__ == "__main__":
main()