8000 Update version in picnic-agent header · codesalatdev/python-picnic-api@0451886 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0451886

Browse files
committed
Update version in picnic-agent header
1 parent b2a3552 commit 0451886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_picnic_api/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _get(self, path: str, add_picnic_headers=False):
3737

3838
# Make the request, add special picnic headers if needed
3939
headers = {
40-
"x-picnic-agent": "30100;1.15.232-15154;",
40+
"x-picnic-agent": "30100;1.15.272-15295;",
4141
"x-picnic-did": "3C417201548B2E3B"
4242
} if add_picnic_headers else None
4343
response = self.session.get(url, headers=headers).json()

0 commit comments

Comments
 (0)
0