Enumerate message

This commit is contained in:
Oleg Lavrovsky 2024-03-29 00:13:40 +01:00
parent 0de09b5bde
commit 04a57b2272
No known key found for this signature in database
GPG Key ID: 31E523030632FF4B
1 changed files with 1 additions and 1 deletions

2
cli.py
View File

@ -89,7 +89,7 @@ def numerise(event: int, clear: bool, primes: bool, challenges: bool):
c.ident = prefix + str(nq[ix])
c.save()
ix = ix + 1
print("Enumerated %d projects." % count)
print("Enumerated %d projects." % ix)
@click.command()