awacke1 commited on
Commit
9c7ea38
·
verified ·
1 Parent(s): 4440844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ from msal import PublicClientApplication
9
  APPLICATION_ID_KEY = os.getenv('APPLICATION_ID_KEY')
10
  CLIENT_SECRET_KEY = os.getenv('CLIENT_SECRET_KEY')
11
 
12
- st.write(APPLICATION_ID_KEY)
13
- st.write(CLIENT_SECRET_KEY)
14
 
15
  authority_url = 'https://login.microsoftonline.com/consumers'
16
  base_url = 'https://graph.microsoft.com/v1.0/'
 
9
  APPLICATION_ID_KEY = os.getenv('APPLICATION_ID_KEY')
10
  CLIENT_SECRET_KEY = os.getenv('CLIENT_SECRET_KEY')
11
 
12
+ #st.write(APPLICATION_ID_KEY)
13
+ #st.write(CLIENT_SECRET_KEY)
14
 
15
  authority_url = 'https://login.microsoftonline.com/consumers'
16
  base_url = 'https://graph.microsoft.com/v1.0/'