Skip to content

Commit

Permalink
Merge pull request #117 from istrator2/fix-typo
Browse files Browse the repository at this point in the history
readme.md: fix wrong bracket ] in command
  • Loading branch information
grische authored Nov 26, 2023
2 parents f9bef23 + 5b84aa1 commit 6156edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import requests
key_data = {"domain": "ffmuc_welt","public_key": "o52Ge+Rpj4CUSitVag9mS7pSXUesNM0ESnvj/wwehkg="}
broker_url = "http://127.0.0.1:5000"
push_key = requests.get(f'{broker_url}/api/v1/wg/key/exchange', json=key_data)
print(f'Key push was: {push_key.json().get("Message")]}')
print(f'Key push was: {push_key.json().get("Message")}')
```

### Worker
Expand Down

0 comments on commit 6156edc

Please sign in to comment.