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 17
17
config = ConfigParser ()
18
18
19
19
# Read the file.
20
- config .read ('config /config.ini' )
20
+ config .read ('configs /config.ini' )
21
21
22
22
# Get the specified credentials.
23
23
client_id = config .get ('graph_api' , 'client_id' )
30
30
client_secret = client_secret ,
31
31
redirect_uri = redirect_uri ,
32
32
scope = scopes ,
33
- credentials = 'config /ms_graph_state.jsonc'
33
+ credentials = 'configs /ms_graph_state.jsonc'
34
34
)
35
35
36
36
# Login to the Client.
Original file line number Diff line number Diff line change 17
17
config = ConfigParser ()
18
18
19
19
# Read the file.
20
- config .read ('config /config.ini' )
20
+ config .read ('configs /config.ini' )
21
21
22
22
# Get the specified credentials.
23
23
client_id = config .get ('graph_api' , 'client_id' )
30
30
client_secret = client_secret ,
31
31
redirect_uri = redirect_uri ,
32
32
scope = scopes ,
33
- credentials = 'config /ms_graph_state.jsonc'
33
+ credentials = 'configs /ms_graph_state.jsonc'
34
34
)
35
35
36
36
# Login to the Client.
Original file line number Diff line number Diff line change 20
20
config = ConfigParser ()
21
21
22
22
# Read the file.
23
- config .read ('config /config.ini' )
23
+ config .read ('configs /config.ini' )
24
24
25
25
# Get the specified credentials.
26
26
client_id = config .get ('graph_api' , 'client_id' )
33
33
client_secret = client_secret ,
34
34
redirect_uri = redirect_uri ,
35
35
scope = scopes ,
36
- credentials = 'config /ms_graph_state.jsonc'
36
+ credentials = 'configs /ms_graph_state.jsonc'
37
37
)
38
38
39
39
# Login to the Client.
Original file line number Diff line number Diff line change 34
34
config = ConfigParser ()
35
35
36
36
# Read the file.
37
- config .read ('config /config.ini' )
37
+ config .read ('configs /config.ini' )
38
38
39
39
# Get the specified credentials.
40
40
client_id = config .get ('graph_api' , 'client_id' )
47
47
client_secret = client_secret ,
48
48
redirect_uri = redirect_uri ,
49
49
scope = scopes ,
50
- credentials = 'config /ms_graph_state.jsonc'
50
+ credentials = 'configs /ms_graph_state.jsonc'
51
51
)
52
52
53
53
# Login to the Client.
Original file line number Diff line number Diff line change 33
33
config = ConfigParser ()
34
34
35
35
# Read the file.
36
- config .read ('config /config.ini' )
36
+ config .read ('configs /config.ini' )
37
37
38
38
# Get the specified credentials.
39
39
client_id = config .get ('graph_api' , 'client_id' )
46
46
client_secret = client_secret ,
47
47
redirect_uri = redirect_uri ,
48
48
scope = scopes ,
49
- credentials = 'config /ms_graph_state.jsonc'
49
+ credentials = 'configs /ms_graph_state.jsonc'
50
50
)
51
51
52
52
# Login to the Client.
Original file line number Diff line number Diff line change 21
21
config = ConfigParser ()
22
22
23
23
# Read the file.
24
- config .read ('config /config.ini' )
24
+ config .read ('configs /config.ini' )
25
25
26
26
# Get the specified credentials.
27
27
client_id = config .get ('graph_api' , 'client_id' )
34
34
client_secret = client_secret ,
35
35
redirect_uri = redirect_uri ,
36
36
scope = scopes ,
37
- credentials = 'config /ms_graph_state.jsonc'
37
+ credentials = 'configs /ms_graph_state.jsonc'
38
38
)
39
39
40
40
# Login to the Client.
Original file line number Diff line number Diff line change 20
20
config = ConfigParser ()
21
21
22
22
# Read the file.
23
- config .read ('config /config.ini' )
23
+ config .read ('configs /config.ini' )
24
24
25
25
# Get the specified credentials.
26
26
client_id = config .get ('graph_api' , 'client_id' )
33
33
client_secret = client_secret ,
34
34
redirect_uri = redirect_uri ,
35
35
scope = scopes ,
36
- credentials = 'config /ms_graph_state.jsonc'
36
+ credentials = 'configs /ms_graph_state.jsonc'
37
37
)
38
38
39
39
# Login to the Client.
Original file line number Diff line number Diff line change 17
17
config = ConfigParser ()
18
18
19
19
# Read the file.
20
- config .read ('config /config.ini' )
20
+ config .read ('configs /config.ini' )
21
21
22
22
# Get the specified credentials.
23
23
client_id = config .get ('graph_api' , 'client_id' )
30
30
client_secret = client_secret ,
31
31
redirect_uri = redirect_uri ,
32
32
scope = scopes ,
33
- credentials = 'config /ms_graph_state.jsonc'
33
+ credentials = 'configs /ms_graph_state.jsonc'
34
34
)
35
35
36
36
# Login to the Client.
You can’t perform that action at this time.
0 commit comments