From 60f2509ca36d0888dcdc0108d6d15850184df42a Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 24 Sep 2023 18:59:25 +0200 Subject: [PATCH] autopushed --- bin/primes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/primes.py b/bin/primes.py index 62afd5d9e..5c462d653 100755 --- a/bin/primes.py +++ b/bin/primes.py @@ -44,7 +44,7 @@ class AgoraCmd(click.Command): def format_help(self, ctx, formatter): click.echo("Usage: Visit anagora.org/foo to execute e.g. bin/foo.py, exec/foo.py from your garden.") -@click.command(cls=AgoraCommand) +@click.command(cls=AgoraCmd) @click.argument('n', type=click.INT) def prime(n): """Simple program that factors a number using a [[Sieve of Eratosthenes]]."""