Skip to content

Commit

Permalink
GH #755 - Working on Microsoft 365.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Oct 21, 2024
1 parent 60e41d9 commit 43889d9
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,11 @@ def _run_pre_handle_tasks_CLOUD_MICROSOFT_365(self, session:'any_', instance:'an
query = urlsplit(auth_url).query
parsed = parse_qs(query)

print()
print(111, auth_url)
print(222, query)
print(333, parsed)
print()
self.logger.info('*' * 80)
self.logger.info('111 %r', auth_url)
self.logger.info('222 %r', query)
self.logger.info('333 %r', parsed)
self.logger.info('*' * 80)

state = parsed['state']
state = state[0]
Expand Down

0 comments on commit 43889d9

Please sign in to comment.