Skip to content

Commit

Permalink
fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaertHaekkinen committed Oct 23, 2024
1 parent 55dee1c commit 2635340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def add_arguments(self, parser):
def handle(self, *args, **options):
logger = logging.getLogger(__name__)

photo_ids = (options['album_ids'])
photo_ids = (options['photo_ids'])
if not photo_ids:
logger.info("Please add photo ids that you want to update")

Expand Down

0 comments on commit 2635340

Please sign in to comment.