We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9bef23 + 5b84aa1 commit 6156edcCopy full SHA for 6156edc
README.md
@@ -147,7 +147,7 @@ import requests
147
key_data = {"domain": "ffmuc_welt","public_key": "o52Ge+Rpj4CUSitVag9mS7pSXUesNM0ESnvj/wwehkg="}
148
broker_url = "http://127.0.0.1:5000"
149
push_key = requests.get(f'{broker_url}/api/v1/wg/key/exchange', json=key_data)
150
-print(f'Key push was: {push_key.json().get("Message")]}')
+print(f'Key push was: {push_key.json().get("Message")}')
151
```
152
153
### Worker
0 commit comments