Skip to content

Commit

Permalink
adding search -- first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-dhanwant-yral committed Oct 3, 2024
1 parent 1f075c1 commit a0683ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ping_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def run():
token = os.getenv('SEARCH_TOKEN_ICPUMP')

# Print the token for debugging (remove in production)
print(f"Token: {token}")
# print(f"Token: {token}")

with grpc.secure_channel(server, credentials=grpc.ssl_channel_credentials()) as channel:
stub = search_rec_pb2_grpc.SearchServiceStub(channel)
Expand Down

0 comments on commit a0683ea

Please sign in to comment.