diff --git a/contributor_helper.py b/contributor_helper.py index 670267b..7f6d621 100644 --- a/contributor_helper.py +++ b/contributor_helper.py @@ -58,7 +58,7 @@ class Contributor_helper: ''' HELPER ''' - def getOrgLogoFromRedis(self, org): + def getOrgLogoFromMISP(self, org): return "{}/img/orgs/{}.png".format(self.misp_web_url, org) def getZrange(self, keyCateg, date, topNum, endSubkey=""): @@ -84,7 +84,7 @@ class Contributor_helper: final_rank += 1 num_of_previous_req_not_fulfilled = len([x for x in requirement_not_fulfilled if x