Using the mint method instead of genid
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ if __name__ == "__main__":
|
||||
for i in range(noid.oatop + 2):
|
||||
print(f"--> {i=}")
|
||||
try:
|
||||
n = noid.genid()
|
||||
n = noid.mint()
|
||||
print("noid:", n)
|
||||
print(noid.active_counters)
|
||||
print(noid.inactive_counters)
|
||||
|
||||
Reference in New Issue
Block a user