Exemplo n.º 1
0
 def getSubjectCounts(self, days, fingerprintsListAsJSON):
     return ujson.dumps(Hermes.multiCountDirectDescendantPostsWithTimespan(
         days, ujson.loads(fingerprintsListAsJSON)),
                        ensure_ascii=False)
Exemplo n.º 2
0
 def getSubjectCounts(self, days, fingerprintsListAsJSON):
     return ujson.dumps(Hermes.multiCountDirectDescendantPostsWithTimespan(days,
                                                               ujson.loads(
                                                               fingerprintsListAsJSON)),
                        ensure_ascii=False)