This commit is contained in:
Mirek Kratochvil 2025-10-12 22:01:29 +02:00
parent 82247f41ac
commit 160eb7793c

View file

@ -373,7 +373,7 @@ def main():
) )
args = ap.parse_args() args = ap.parse_args()
# TODO patch from config if found # TODO patch args from config (if found)
if args.command == "post": if args.command == "post":
do_post(args) do_post(args)