From e96d7388b9b83b487aad4ab0c9cd6730ca8e4a55 Mon Sep 17 00:00:00 2001 From: Gary Steers Date: Tue, 4 Feb 2020 21:59:26 +0100 Subject: [PATCH] Remove surplus comments --- teamswebhook.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/teamswebhook.py b/teamswebhook.py index c3985a2..a3a6ab4 100644 --- a/teamswebhook.py +++ b/teamswebhook.py @@ -121,11 +121,4 @@ class MessageCard: " Print the JSON of the card " self.GenerateCard() print(json.dumps(self.card,indent=1,sort_keys=True)) - - - - - -# actionReq.request('PATCH','/ecx/v3/l2/connections/'+str(connid)+'?action=reject',body,headers) - -#teams_api = httplib.HTTPSConnection(apiEndpoint, timeout=options.GLOBAL_TIMEOUT, context=ssl_ctx) + \ No newline at end of file