Skip to content

Commit 4af9c0f

Browse files
BruceVonKmsintov
authored andcommitted
VIC-14254 User-Agent fix (#185)
Missing paren. Must have changed branches before I ran lint.sh.
1 parent 511012f commit 4af9c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anki_vector/configure/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self):
6969
headers={
7070
'User-Agent': 'Vector-sdk/{} {}/{}'.format(anki_vector.__version__,
7171
platform.python_implementation(),
72-
platform.python_version(),
72+
platform.python_version()),
7373

7474
'Anki-App-Key': 'aung2ieCho3aiph7Een3Ei'
7575
},

0 commit comments

Comments
 (0)