From 491663f1c93994b54f11e03d12c5330e0f5ff459 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 21 Jan 2022 18:21:21 +1100 Subject: [PATCH] update comment --- shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared.py b/shared.py index a8b8197..c5c20a9 100644 --- a/shared.py +++ b/shared.py @@ -57,7 +57,7 @@ THUMBSIZE=256 # list: for the options # js: optional extra javascript to run onChange (so far used to reset offset when choosing to change ordering of files being viewed) # add_class: some class overrides, usually to format margins/padding/format/text size,etc. -# vals: in case the value is not the same as the name in the list provided... E.g. list={'yes', 'no'}, vals={1,0} +# vals: in case the value is not the same as the name in the list provided... E.g. list={'yes', 'no'}, vals={'0':yes,'1':no} def CreateSelect(name, selected, list, js="", add_class="", vals={} ): str = f'