mirror of
https://github.com/dkmstr/openuds.git
synced 2025-02-07 01:58:15 +03:00
Updating client
This commit is contained in:
parent
2d40b5ea5b
commit
ef70b5ce76
2
client
2
client
@ -1 +1 @@
|
||||
Subproject commit 6c1bd66f3f3884bd2e56a30ab0a40f0c4892986d
|
||||
Subproject commit 71681290f6d38bd722791b31219c24487f118cff
|
@ -93,7 +93,8 @@ class Client(Handler):
|
||||
)
|
||||
|
||||
res['error'] = error
|
||||
res['retryable'] = '1' if is_retrayable else '0'
|
||||
# is_retrayable is new key, but we keep retryable for compatibility
|
||||
res['is_retryable'] = res['retryable'] = '1' if is_retrayable else '0'
|
||||
|
||||
logger.debug('Client Result: %s', res)
|
||||
|
||||
@ -220,7 +221,7 @@ class Client(Handler):
|
||||
'requiredVersion': consts.system.REQUIRED_CLIENT_VERSION, # Compat with old clients, TB removed soon...
|
||||
'required_version': consts.system.REQUIRED_CLIENT_VERSION,
|
||||
'downloadUrl': self._request.build_absolute_uri(reverse('page.client-download')), # Compat with old clients, TB removed soon...
|
||||
'download_url': self._request.build_absolute_uri(reverse('page.client-download')),
|
||||
'client_link': self._request.build_absolute_uri(reverse('page.client-download')),
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user