fix parameter author

This commit is contained in:
Valentin CZERYBA 2023-09-02 00:27:18 +02:00
parent 963f83ae81
commit 279a9f2786

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="")