diff --git a/steam_chat_viewer/__init__.py b/steam_chat_viewer/__init__.py index d94798a..bf5aeff 100644 --- a/steam_chat_viewer/__init__.py +++ b/steam_chat_viewer/__init__.py @@ -11,10 +11,10 @@ app = Flask(__name__) @app.route('/') def home(): - return str('RESULTS:', select( + return str('RESULTS:', str(select( ''' SELECT * FROM messages ORDER BY date LIMIT 10 ''' - )) + )))