From 791acf103e5d8223227ca0a21197f5f8f44a0406 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Thu, 20 Feb 2020 02:09:08 +0100 Subject: [PATCH] missing comma --- upload_imgs_dir[EDIT].py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload_imgs_dir[EDIT].py b/upload_imgs_dir[EDIT].py index 6655ff0..d25cc99 100644 --- a/upload_imgs_dir[EDIT].py +++ b/upload_imgs_dir[EDIT].py @@ -91,7 +91,7 @@ for n, _file in enumerate(lsimgs): organization=(', ').join(args.org[1:]), format=(', ').join(args.format[1:]), event=(', ').join(args.event[1:]), - topic=(', ').join(args.topic[1:]) + topic=(', ').join(args.topic[1:]), language=(', ').join(args.language[1:]), )