only output repolists for WoT ID in debug
1 files changed, 1 insertions(+), 1 deletions(-) M infocalypse/wot.py
M infocalypse/wot.py +1 -1
@@ 392,7 392,7 @@ def read_repo_listing(ui, identity, fcph # lists. for name in repositories.keys(): - ui.status(b"Found repository \"%b\".\n" % name) + ui.debug(b"Found repository \"%b\".\n" % name) # Convert values from USKs to strings - USKs are not expected elsewhere. for key in list(repositories.keys()):