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'