Fix syntax error in short video generation endpoint

#37

Fix line 220: remove erroneous comma in tuple unpacking. Changed 'post, None = next(...)' to 'post = next(...)'. This was causing /api/ai/short/{post_id} to fail with syntax error.

Publish this branch
This branch is in draft mode, publish it to be able to merge.

Sign up or log in to comment