diff --git a/app.py b/app.py index 6bcd05f..71aadaa 100755 --- a/app.py +++ b/app.py @@ -650,7 +650,7 @@ def browse_index(): @app.route('/debug/show_user') def debug_show_user(): userinfo = wikidata_oauth.userinfo_call() - return '
' + json.dump(userinfo, indent=2) + '
' + return '
' + json.dumps(userinfo, indent=2) + '
' @app.route('/browse') def browse_page():