Skip to content

Commit

Permalink
[Fix] Fix User-Agent version for imink
Browse files Browse the repository at this point in the history
  • Loading branch information
HotaruBlaze committed May 28, 2024
1 parent 47b894e commit 496b3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def get(self):
class imink():
def __init__(self, na_id, id_token, timestamp, guid, iteration):
self.headers = {
'User-Agent': 'NSO-RPC/%s' % version,
'User-Agent': 'NSO-RPC/%s' % "-".join(versionTag),
'Content-Type': 'application/json; charset=utf-8',
}
self.body = {
Expand Down

0 comments on commit 496b3fc

Please sign in to comment.