1
0
Fork 0
mirror of synced 2024-06-28 19:10:41 +12:00

Fix option default

This commit is contained in:
Serene-Arc 2021-03-09 19:36:12 +10:00 committed by Ali Parlakci
parent 933be21392
commit d8a767e8da

View file

@ -23,6 +23,7 @@ def _add_options():
parser.add_argument('--link', '-l',
help='Get posts from link',
action='append',
default=[],
metavar='link')
parser.add_argument('--submitted',
action='store_true',