From 6abdd3b549040063436cf4b4b052dcfc8fd7dc2b Mon Sep 17 00:00:00 2001 From: Nuclear03020704 Date: Wed, 22 Dec 2021 07:08:44 +0700 Subject: [PATCH] Fix ID for volume_pyramid --- mathgenerator/funcs/geometry/volume_pyramid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mathgenerator/funcs/geometry/volume_pyramid.py b/mathgenerator/funcs/geometry/volume_pyramid.py index 69a378b..08a86bc 100644 --- a/mathgenerator/funcs/geometry/volume_pyramid.py +++ b/mathgenerator/funcs/geometry/volume_pyramid.py @@ -18,5 +18,5 @@ def gen_func(maxLength=20, maxWidth=20, maxHeight=50, unit='m', format='string') return l, w, h, ans, unit -volume_pyramid = Generator("Volume of pyramid", 112, gen_func, - ["maxLength=20", "maxWidth=20", "maxHeight=50", "unit='m'"]) \ No newline at end of file +volume_pyramid = Generator("Volume of pyramid", 122, gen_func, + ["maxLength=20", "maxWidth=20", "maxHeight=50", "unit='m'"])