1 parent a2d3462 commit 83086a5Copy full SHA for 83086a5
1 file changed
meraki_v1/rest_session.py
@@ -103,7 +103,7 @@ def __init__(
103
self._req_session.headers = {
104
'Authorization': 'Bearer ' + self._api_key,
105
'Content-Type': 'application/json',
106
- 'User-Agent': 'python-meraki/1.0.0b1' + urllib.parse.quote(json.dumps(user_agent_extended)),
+ 'User-Agent': 'python-meraki/1.0.0b1 ' + urllib.parse.quote(json.dumps(user_agent_extended)),
107
}
108
109
# Log API calls
0 commit comments