From c1d56d229a2ad3b7dae7fc8c29a7315483dd0229 Mon Sep 17 00:00:00 2001 From: sumansaurabh Date: Thu, 22 Feb 2024 22:01:55 +0530 Subject: [PATCH] fix azure devops url --- src/azure_devops.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}"