Bpy ops circle diameter?

solved

use radius instead !

this was working last week but now looks like been changed ?

what is the new command ?

	bmesh.ops.create_circle(
			bm,
			cap_ends = False ,
			diameter = CircleDiam ,
			segments = 5 )

thanks
happy bl