Skip to content

Commit 6156edc

Browse files
authored
Merge pull request #117 from istrator2/fix-typo
readme.md: fix wrong bracket ] in command
2 parents f9bef23 + 5b84aa1 commit 6156edc

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)