Skip to content

Commit

Permalink
Update framework fwuid
Browse files Browse the repository at this point in the history
Signed-off-by: Trocotronic <[email protected]>
  • Loading branch information
trocotronic committed Oct 26, 2023
1 parent 7cc1dbf commit 8edaed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EdistribucionAPI/Edistribucion.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def __force_login(self, recursive=False):
if ('resources.js' in src):
unq = unquote(src)
#self.__context = unq[unq.find('{'):unq.rindex('}')+1]
self.__context = '{"mode":"PROD","fwuid":"MDM0c01pMVUtd244bVVLc2VRYzQ2UWRkdk8xRWxIam5GeGw0LU1mRHRYQ3cyNDYuMTUuMi0zLjAuNA","app":"siteforce:communityApp","loaded":{"APPLICATION@markup://siteforce:loginApp2":"gYLnBR7JPOzHCaMCDxTL3w"},"dn":[],"globals":{},"uad":false}'
self.__context = '{"mode":"PROD","fwuid":"MDM0c01pMVUtd244bVVLc2VRYzQ2UWRkdk8xRWxIam5GeGw0LU1mRHRYQ3cyNDYuMTUuMy0zLjAuNA","app":"siteforce:communityApp","loaded":{"APPLICATION@markup://siteforce:loginApp2":"gYLnBR7JPOzHCaMCDxTL3w"},"dn":[],"globals":{},"uad":false}'
logging.info('Performing login routine')

params = {
Expand Down

0 comments on commit 8edaed7

Please sign in to comment.