File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1717config = ConfigParser ()
1818
1919# Read the file.
20- config .read ('config /config.ini' )
20+ config .read ('configs /config.ini' )
2121
2222# Get the specified credentials.
2323client_id = config .get ('graph_api' , 'client_id' )
3030 client_secret = client_secret ,
3131 redirect_uri = redirect_uri ,
3232 scope = scopes ,
33- credentials = 'config /ms_graph_state.jsonc'
33+ credentials = 'configs /ms_graph_state.jsonc'
3434)
3535
3636# Login to the Client.
Original file line number Diff line number Diff line change 1717config = ConfigParser ()
1818
1919# Read the file.
20- config .read ('config /config.ini' )
20+ config .read ('configs /config.ini' )
2121
2222# Get the specified credentials.
2323client_id = config .get ('graph_api' , 'client_id' )
3030 client_secret = client_secret ,
3131 redirect_uri = redirect_uri ,
3232 scope = scopes ,
33- credentials = 'config /ms_graph_state.jsonc'
33+ credentials = 'configs /ms_graph_state.jsonc'
3434)
3535
3636# Login to the Client.
Original file line number Diff line number Diff line change 2020config = ConfigParser ()
2121
2222# Read the file.
23- config .read ('config /config.ini' )
23+ config .read ('configs /config.ini' )
2424
2525# Get the specified credentials.
2626client_id = config .get ('graph_api' , 'client_id' )
3333 client_secret = client_secret ,
3434 redirect_uri = redirect_uri ,
3535 scope = scopes ,
36- credentials = 'config /ms_graph_state.jsonc'
36+ credentials = 'configs /ms_graph_state.jsonc'
3737)
3838
3939# Login to the Client.
Original file line number Diff line number Diff line change 3434config = ConfigParser ()
3535
3636# Read the file.
37- config .read ('config /config.ini' )
37+ config .read ('configs /config.ini' )
3838
3939# Get the specified credentials.
4040client_id = config .get ('graph_api' , 'client_id' )
4747 client_secret = client_secret ,
4848 redirect_uri = redirect_uri ,
4949 scope = scopes ,
50- credentials = 'config /ms_graph_state.jsonc'
50+ credentials = 'configs /ms_graph_state.jsonc'
5151)
5252
5353# Login to the Client.
Original file line number Diff line number Diff line change 3333config = ConfigParser ()
3434
3535# Read the file.
36- config .read ('config /config.ini' )
36+ config .read ('configs /config.ini' )
3737
3838# Get the specified credentials.
3939client_id = config .get ('graph_api' , 'client_id' )
4646 client_secret = client_secret ,
4747 redirect_uri = redirect_uri ,
4848 scope = scopes ,
49- credentials = 'config /ms_graph_state.jsonc'
49+ credentials = 'configs /ms_graph_state.jsonc'
5050)
5151
5252# Login to the Client.
Original file line number Diff line number Diff line change 2121config = ConfigParser ()
2222
2323# Read the file.
24- config .read ('config /config.ini' )
24+ config .read ('configs /config.ini' )
2525
2626# Get the specified credentials.
2727client_id = config .get ('graph_api' , 'client_id' )
3434 client_secret = client_secret ,
3535 redirect_uri = redirect_uri ,
3636 scope = scopes ,
37- credentials = 'config /ms_graph_state.jsonc'
37+ credentials = 'configs /ms_graph_state.jsonc'
3838)
3939
4040# Login to the Client.
Original file line number Diff line number Diff line change 2020config = ConfigParser ()
2121
2222# Read the file.
23- config .read ('config /config.ini' )
23+ config .read ('configs /config.ini' )
2424
2525# Get the specified credentials.
2626client_id = config .get ('graph_api' , 'client_id' )
3333 client_secret = client_secret ,
3434 redirect_uri = redirect_uri ,
3535 scope = scopes ,
36- credentials = 'config /ms_graph_state.jsonc'
36+ credentials = 'configs /ms_graph_state.jsonc'
3737)
3838
3939# Login to the Client.
Original file line number Diff line number Diff line change 1717config = ConfigParser ()
1818
1919# Read the file.
20- config .read ('config /config.ini' )
20+ config .read ('configs /config.ini' )
2121
2222# Get the specified credentials.
2323client_id = config .get ('graph_api' , 'client_id' )
3030 client_secret = client_secret ,
3131 redirect_uri = redirect_uri ,
3232 scope = scopes ,
33- credentials = 'config /ms_graph_state.jsonc'
33+ credentials = 'configs /ms_graph_state.jsonc'
3434)
3535
3636# Login to the Client.
You can’t perform that action at this time.
0 commit comments