Skip to content

Commit

Permalink
Remove decode which is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Mar 23, 2021
1 parent e1a8808 commit 6fc9e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quit/web/app.py
Expand Up @@ -132,7 +132,7 @@ def register_app(app, arguments):
quit = Quit(config, repository, MemoryStore(bindings))
quit.syncAll()

content = quit.store.store.serialize(format='trig').decode()
content = quit.store.store.serialize(format='trig')
logger.debug("Initialize store with following content: {}".format(content))

app.config['quit'] = quit
Expand Down

0 comments on commit 6fc9e8a

Please sign in to comment.