Remove surplus comments
parent
97025bd614
commit
e96d7388b9
|
|
@ -121,11 +121,4 @@ class MessageCard:
|
||||||
" Print the JSON of the card "
|
" Print the JSON of the card "
|
||||||
self.GenerateCard()
|
self.GenerateCard()
|
||||||
print(json.dumps(self.card,indent=1,sort_keys=True))
|
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)
|
|
||||||
Loading…
Reference in New Issue