Return Authorization header as a string
This commit is contained in:
@@ -106,8 +106,9 @@ def make_auth_header(destination, method, path, content=None) -> str:
|
||||
destination,
|
||||
key,
|
||||
sig,
|
||||
)
|
||||
),
|
||||
'utf-8'
|
||||
)
|
||||
)
|
||||
|
||||
return authorization_headers[0]
|
||||
return authorization_headers[0].decode('utf-8')
|
||||
|
||||
Reference in New Issue
Block a user