diff --git a/src/azure_devops.py b/src/azure_devops.py index b30c757..cadff2f 100644 --- a/src/azure_devops.py +++ b/src/azure_devops.py @@ -5,8 +5,8 @@ import traceback from pprint import pprint -# base_url = f"https://production-gateway.snorkell.ai" -base_url = "https://f0a8-2401-4900-1f26-31a3-b5b1-65c0-2624-a5e9.ngrok-free.app" +base_url = f"https://production-gateway.snorkell.ai" +# base_url = "https://f0a8-2401-4900-1f26-31a3-b5b1-65c0-2624-a5e9.ngrok-free.app" async def notify_error(message): message = f"GithubClient alert:\n {message}"