This commit is contained in:
Logen
2025-09-08 19:37:12 -04:00
parent 56041b244d
commit 22589a5637
11 changed files with 440 additions and 29 deletions

View File

@@ -71,8 +71,8 @@ def main():
print(f"Error: {e}", file=sys.stderr)
sys.exit(1)
print("NSEc:", nsec)
print("NPop:", npub)
print("NSec:", nsec)
print("NPub:", npub)
if __name__ == "__main__":