Skip to content

Commit

Permalink
Update context to loginApp2.
Browse files Browse the repository at this point in the history
Needs better catch up but it works in the meantime.

Signed-off-by: Trocotronic <trocotronic@redyc.com>
  • Loading branch information
trocotronic committed Oct 20, 2023
1 parent 823c1bb commit 6803bd0
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":"LU1oNENmckdVUXNqVGtLeG5odmktZ2Rkdk8xRWxIam5GeGw0LU1mRHRYQ3cyNDYuMTUuMS0zLjAuNA","app":"siteforce:communityApp","loaded":{"APPLICATION@markup://siteforce:communityApp":"8srl03VqKMnukxbiM5O73w"},"dn":[],"globals":{},"uad":false}'
self.__context = '{"mode":"PROD","fwuid":"MDM0c01pMVUtd244bVVLc2VRYzQ2UWRkdk8xRWxIam5GeGw0LU1mRHRYQ3cyNDYuMTUuMi0zLjAuNA","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 6803bd0

Please sign in to comment.