Skip to content

Your author does not work #34

@LivingLime

Description

@LivingLime

AS an FYI, you forgot a line of code:

for pack_id in group_ids:
if pack_id not in excluded:
get_pack_attributes(
pack_id=pack_id,
duration=duration,
out=out,
no_meditation=no_meditation,
no_techniques=no_techniques,
all_=True,
author=author, <-- add this
)
else:
logger.info(f"Skipping ID: {pack_id} as it is excluded")

            You forgot author=author
            
            So technically, your --author command fails, when their is a group command. 
            
            I went ahead and fixed it on my local machine, and reinstalled, and now it works. 
            
            Be sure you test your changes fully in the future :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions