mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-29 09:26:07 +01:00
...
This commit is contained in:
parent
3704f54eb9
commit
b2c03bde79
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ def __init__(self, realm, users_dict):
|
|||
self.cookie_name = 'android_workaround'
|
||||
|
||||
def hashit(self, raw):
|
||||
return hashlib.sha1(raw).hexdigest()
|
||||
return hashlib.sha256(raw).hexdigest()
|
||||
|
||||
def __call__(self, func, allow_cookie_auth):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue