fix merge
This commit is contained in:
@@ -166,8 +166,11 @@ def download_posters():
|
||||
data = request.get_json()
|
||||
selected_posters = data.get('posters', [])
|
||||
|
||||
<<<<<<< HEAD
|
||||
print(data)
|
||||
|
||||
=======
|
||||
>>>>>>> 496f9e8f62940d1f3544da6e72b74be07e18bd25
|
||||
if not selected_posters:
|
||||
return jsonify({'error': 'No posters selected'}), 400
|
||||
|
||||
|
||||
Reference in New Issue
Block a user