You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From your CookieJar example , i am trying to change the "from_key" value but keeping the namespace same as Family Name, i am not able to change the from_key value to another string - that i can encode and use. i get invalid key error - can you help?
Hello Dan,
From your CookieJar example , i am trying to change the "from_key" value but keeping the namespace same as Family Name, i am not able to change the from_key value to another string - that i can encode and use. i get invalid key error - can you help?
return _hash(FAMILY_NAME.encode('utf-8'))[0:6] +
_hash(from_key.encode('utf-8'))
The text was updated successfully, but these errors were encountered: