mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-03 16:35:10 +00:00
[Update] 修改读取日志时可能解码失败
This commit is contained in:
@@ -182,3 +182,7 @@ def encrypt_password(password, salt=None):
|
||||
def get_signer():
|
||||
signer = Signer(settings.SECRET_KEY)
|
||||
return signer
|
||||
|
||||
|
||||
def ensure_last_char_is_ascii(data):
|
||||
remain = ''
|
||||
|
Reference in New Issue
Block a user