gitignore

This commit is contained in:
Logen
2025-09-08 19:46:57 -04:00
parent 22589a5637
commit bd8901d827
4 changed files with 37 additions and 157 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__":