This commit is contained in:
D-X-Y 2021-10-04 00:53:35 -07:00
parent bc4c469258
commit 1853a8e210

View File

@ -433,7 +433,7 @@ def main(xargs):
) )
) )
if api is not None: if api is not None:
logger.log("{:}".format(api.query_by_arch(genotypes[total_epoch - 1]), "200")) logger.log("{:}".format(api.query_by_arch(genotypes[total_epoch - 1], "200")))
logger.close() logger.close()