Skip to content

Commit

Permalink
fix: evadb_client fails on launch (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 authored Sep 25, 2023
1 parent c87f7c7 commit 6d74501
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions evadb/server/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ async def read_from_client_and_send_to_server(
):
VERSION = VERSION_DICT["VERSION"]
intro = f"evadb (v{VERSION})\nType 'EXIT;' to exit the client \n"
from pprint import pprint

pprint(intro, flush=True)
print(intro, flush=True)

prompt = "evadb=#"

Expand Down

0 comments on commit 6d74501

Please sign in to comment.