diff --git a/disp.py b/disp.py index 948656b..4f65fe9 100644 --- a/disp.py +++ b/disp.py @@ -22,11 +22,12 @@ class FP_VAR(FP): dot-notation of fields """ - def __init__(self, label, varname, display='', cl='col-sm-auto', datevarname=''): + def __init__(self, label, varname, display='', cl='col-sm-auto', datevarname='', opts=None ): ### Var Attributes -- note, simple class, no methods ### self.label=label self.varname=varname self.display=display self.cl=cl self.datevarname=datevarname + self.opts=opts return