Working on messaging API and database now.

This commit is contained in:
Michael Woods
2025-01-07 21:32:13 -05:00
parent 5918afdf94
commit d3f3318315

View File

@@ -199,7 +199,7 @@ def parse_display_options(req: Request) -> DisplayOptions:
except: except:
limit = None limit = None
d = req.vars.get('fetch') d = req.vars.get('fetch_text')
if type(d) is str: if type(d) is str:
d.lower().strip() d.lower().strip()
if d in [1, 'y', True, 'yes', 'true', 't']: if d in [1, 'y', True, 'yes', 'true', 't']: