Skip to content

Commit 5b84aa1

Browse files
committed
readme.md: fix wrong bracket ] in command
1 parent f9bef23 commit 5b84aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ import requests
147147
key_data = {"domain": "ffmuc_welt","public_key": "o52Ge+Rpj4CUSitVag9mS7pSXUesNM0ESnvj/wwehkg="}
148148
broker_url = "http://127.0.0.1:5000"
149149
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")]}')
150+
print(f'Key push was: {push_key.json().get("Message")}')
151151
```
152152

153153
### Worker

0 commit comments

Comments
 (0)