From ac86b2bd4544b2cd9fdbf85e535fa49cdc06fe65 Mon Sep 17 00:00:00 2001 From: Dipti Date: Thu, 21 Jan 2021 23:07:03 -0800 Subject: [PATCH] contuination of editing pdf output format --- py-json/realm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/py-json/realm.py b/py-json/realm.py index 41b78477..ad15a706 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -1184,8 +1184,6 @@ class L3CXProfile(BaseProfile): old_cx_rx_values = self.__get_rx_values() timestamps = [] # for x in range(0,int(round(iterations,0))): - if col_names == None: - header_row=list((list(self.json_get("/endp/all")['endpoint'][0].values())[0].keys())) while datetime.datetime.now() < end_time: if fields == None: response = self.json_get("/endp/all")