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

Commit 8423eef

Browse files
authored
Update main.py
1 parent 9c00af7 commit 8423eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def clickhouse():
5151
query = request.args.get('query', default="", type=str)
5252
format = request.args.get('default_format', default="TSV", type=str)
5353
if not query:
54-
return "Ok", 200
55-
# return app.send_static_file('play.html')
54+
# return "Ok", 200
55+
return app.send_static_file('play.html')
5656

5757
result, errmsg = chdb_query_with_errmsg(query, format)
5858
if len(errmsg) == 0:

0 commit comments

Comments
 (0)