GuglielmoTor commited on
Commit
03af851
·
verified ·
1 Parent(s): d2ab359

Update sessions.py

Browse files
Files changed (1) hide show
  1. sessions.py +2 -0
sessions.py CHANGED
@@ -1,5 +1,7 @@
1
  from requests_oauthlib import OAuth2Session
2
 
 
 
3
  def create_session(client_id, token=None):
4
  """Creates a requests_oauthlib session."""
5
  # Note: Scope is usually not needed here, only for authorization_url
 
1
  from requests_oauthlib import OAuth2Session
2
 
3
+
4
+ REDIRECT_URI = "https://app.ingaze.ai/version-test/linkedin_monitoring?debug_mode=true"
5
  def create_session(client_id, token=None):
6
  """Creates a requests_oauthlib session."""
7
  # Note: Scope is usually not needed here, only for authorization_url