Spaces:
Running
Running
Fix syntax error in short video generation endpoint
#37
by bep40 - opened
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.