Skip to content

Commit

Permalink
Raise autogenerate game limit to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
FinemechanicPub committed Aug 24, 2024
1 parent eac8297 commit 89647d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def create():
@click.argument("height", type=click.INT)
@click.argument("width", type=click.INT)
@click.argument("piece_size", type=click.INT)
@click.argument("limit", type=click.INT, default=100)
@click.argument("limit", type=click.INT, default=500)
def create_games(
height: int,
width: int,
Expand Down

0 comments on commit 89647d6

Please sign in to comment.