File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
zulip/integrations/google Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ types-pytz
17
17
types-requests
18
18
gitlint >= 0.13.0
19
19
-r ./zulip/integrations/bridge_with_matrix/requirements.txt
20
+ -r ./zulip/integrations/google/requirements.txt
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ APPLICATION_NAME = "Zulip Calendar Bot"
22
22
HOME_DIR = os .path .expanduser ("~" )
23
23
CREDENTIALS_PATH = os .path .join (HOME_DIR , "google-credentials.json" )
24
24
25
-
26
25
def get_credentials () -> Credentials :
27
26
"""Gets valid user credentials from storage.
28
27
@@ -58,5 +57,7 @@ def get_credentials() -> Credentials:
58
57
59
58
print ("Storing credentials to " + CREDENTIALS_PATH )
60
59
60
+ return creds # Return the obtained credentials
61
+
61
62
62
63
get_credentials ()
You can’t perform that action at this time.
0 commit comments