Traceback (most recent call last):
  File "/home/jepler/emergent.unpythonic.net/index.cgi", line 766, in markup
    text = getattr(this_module, 'markup_'+command)(text, meta, **thing_context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/jepler/emergent.unpythonic.net/index.cgi-data/_lib/markup_csv.py", line 57, in markup_csv
    result.append(quote_html(item.decode('utf-8')))
                             ^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'decode'
cheeses
Website Copyright © 2004-2024 Jeff Epler