1
Fork 0
mirror of https://github.com/Steffo99/flyingsnake.git synced 2024-10-16 14:37:34 +00:00

Fix missing )

This commit is contained in:
Steffo 2019-10-02 11:01:24 +02:00
parent 35a9d8310d
commit fe47c30797

View file

@ -40,7 +40,7 @@ def get_region_size(*, world, min_x, min_y, region_width, region_height):
@c.option("-w", "--region_width", "region_width", @c.option("-w", "--region_width", "region_width",
help="Width of region for custom world rendering", default=None) help="Width of region for custom world rendering", default=None)
@c.option("-h", "--region_height", "region_height", @c.option("-h", "--region_height", "region_height",
help="Height of region for custom world rendering", default=None help="Height of region for custom world rendering", default=None)
def flyingsnake(input_file: str, def flyingsnake(input_file: str,
output_file: str, output_file: str,
colors_file: str, colors_file: str,