feat(devops): During feature flag Checkin
derive the version from the last field of the user-agent
ref: #678 #676
This commit is contained in:
@ -109,7 +109,7 @@ class CenturionFeatureFlagging:
|
||||
self._disable_downloading = disable_downloading
|
||||
|
||||
|
||||
if version is not None:
|
||||
if version is None:
|
||||
|
||||
self._headers.update({
|
||||
'User-Agent': f'{user_agent} 0.0'
|
||||
|
Reference in New Issue
Block a user