diff --git a/lib/cesiumMessaging.py b/lib/cesiumMessaging.py index e27e370..80c7360 100755 --- a/lib/cesiumMessaging.py +++ b/lib/cesiumMessaging.py @@ -113,7 +113,8 @@ class ReadFromCesium: continue print("Objet: " + self.title) print(self.content) - # pp_json(hits) + + print(colored(infoTotal.center(rows, '#'), "yellow")) def read(self, nbrMsg, outbox): diff --git a/lib/gchange.py b/lib/gchange.py index 2292e89..cccb994 100644 --- a/lib/gchange.py +++ b/lib/gchange.py @@ -118,7 +118,7 @@ class ReadLikes: result = requests.post('{0}/user/profile/_search'.format(self.pod), headers=headers, data=data) result = json.loads(result.text)['hits']['hits'][0]['_source'] - + return result def readLikes(self, profile=False):