fix parameter author
This commit is contained in:
parent
963f83ae81
commit
279a9f2786
@ -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="")
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user