Loading bwauthealth/files2models.py +2 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ def import_relaydescs(relaydescs_list, update=True): logger.info("Finished importing relay descriptors.") def import_bwauths(dirauths, consensus=None, only_sbws=True): def import_bwauths(dirauths, consensus=None, only_sbws=False): for a in dirauths: # logger.debug("bwauth nickname %s", a.nickname) if ( Loading Loading @@ -247,7 +247,7 @@ def import_bwfile(bwfile_list, bwauth=None, only_sbws=True, update=True): try: bwauth = BwAuth.objects.get(nickname=nickname) except ObjectDoesNotExist: bwauth = bwauth bwauth = None kwargs = dict( [ Loading Loading
bwauthealth/files2models.py +2 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ def import_relaydescs(relaydescs_list, update=True): logger.info("Finished importing relay descriptors.") def import_bwauths(dirauths, consensus=None, only_sbws=True): def import_bwauths(dirauths, consensus=None, only_sbws=False): for a in dirauths: # logger.debug("bwauth nickname %s", a.nickname) if ( Loading Loading @@ -247,7 +247,7 @@ def import_bwfile(bwfile_list, bwauth=None, only_sbws=True, update=True): try: bwauth = BwAuth.objects.get(nickname=nickname) except ObjectDoesNotExist: bwauth = bwauth bwauth = None kwargs = dict( [ Loading