+ fixes
This commit is contained in:
@@ -333,8 +333,8 @@ async def generate_image(
|
||||
media_group_bytes = []
|
||||
ar = AspectRatios.NINESIXTEEN
|
||||
quality = Quality.TWOK
|
||||
logging.info(f'STATE VALUE {state_value}')
|
||||
if state_value is None:
|
||||
|
||||
if state_value is not None:
|
||||
|
||||
data = await state.get_data()
|
||||
ar = AspectRatios[data['aspect_ratio']]
|
||||
|
||||
Reference in New Issue
Block a user