This commit is contained in:
2025-01-16 17:07:37 +05:30
parent f918dace2b
commit a5f88f1ff4
@@ -934,7 +934,7 @@ if __name__ == "__main__":
)
# Read the secrets that give you access to the app:
secrets_file = r"../../../creds/goog/app/google_tcaoff_test_oauth_20241125.json"
secrets_file = r"../../../../creds/goog/app/google_tcaoff_test_oauth_20241125.json"
secrets_dict = json.from_file(secrets_file)
async def main():