Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 8, 2023
1 parent 9c00af7 commit 8423eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def clickhouse():
query = request.args.get('query', default="", type=str)
format = request.args.get('default_format', default="TSV", type=str)
if not query:
return "Ok", 200
# return app.send_static_file('play.html')
# return "Ok", 200
return app.send_static_file('play.html')

result, errmsg = chdb_query_with_errmsg(query, format)
if len(errmsg) == 0:
Expand Down

0 comments on commit 8423eef

Please sign in to comment.