mirror of
https://github.com/empayre/OTX-Python-SDK.git
synced 2024-11-06 09:55:20 +00:00
Change client version
This commit is contained in:
parent
25bd16fccb
commit
b3f07db50c
2
OTXv2.py
2
OTXv2.py
@ -106,7 +106,7 @@ class OTXv2(object):
|
||||
self.request_session = None
|
||||
self.headers = {
|
||||
'X-OTX-API-KEY': self.key,
|
||||
'User-Agent': user_agent or 'OTX Python {}/1.5.10'.format(project),
|
||||
'User-Agent': user_agent or 'OTX Python {}/1.5.11'.format(project),
|
||||
'Content-Type': 'application/json'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user