From b521c32bec24aa63ffb6d77a967a85705e2409b3 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Tue, 10 Jun 2025 16:08:04 +0200 Subject: [PATCH] example_client cleanup --- fly/example_client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fly/example_client.py b/fly/example_client.py index bafdbaf..0d2508c 100644 --- a/fly/example_client.py +++ b/fly/example_client.py @@ -187,8 +187,8 @@ class BreezClient: # Example usage if __name__ == "__main__": # Configuration - API_URL = "http://localhost:8000" # Change to your deployed API URL - API_KEY = "kurac" # Set your API key here + API_URL = "" # Change to your deployed API URL + API_KEY = "" # Set your API key here # Initialize client breez = BreezClient(api_url=API_URL, api_key=API_KEY) @@ -225,4 +225,4 @@ if __name__ == "__main__": # Onchain payment example (commented out for safety) # print("\n⛓️ Sending Onchain Payment...") # result = breez.send_onchain(address="bitcoin_address_here", amount_sat=10000) - # print(json.dumps(result, indent=2)) \ No newline at end of file + # print(json.dumps(result, indent=2))