album-plus #24

Merged
v4l3n71n merged 6 commits from album-plus into master 2023-09-01 22:27:59 +00:00
Showing only changes of commit 279a9f2786 - Show all commits

View File

@ -170,7 +170,7 @@ if __name__ == '__main__':
import_parser.add_argument("--no-create", help="No create post", dest="create", default="store_false", action="store_true")
import_parser.add_argument("--no-update", help="No update post", dest="update", default="store_false", action="store_true")
import_parser.add_argument("--no-image", help="No image add or update", dest="image", default="store_false", action="store_true")
import_parser.add_argument("--author-album", dest="author", help="Define author for page album", default="")
import_parser.add_argument("--author", dest="author", help="Define author", default="")