--> -->
 
 
AttributeError
Python 3.8.10: /usr/bin/python3
Fri May 9 19:48:10 2025

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /net/homepages/kleiweg/www/tweets/dagtwform.py in <module>
    532         <input type="button" value="wissen" onClick="clearWord(this.form, 'w{0}')">
    533         <p>
=>  534         '''.format(i + 1, cgi.escape(ws[i], True), colors[i]).encode('utf-8'))
=>  535 
=>  536 sys.stdout.buffer.write(b'''

AttributeError: module 'cgi' has no attribute 'escape'
      args = ("module 'cgi' has no attribute 'escape'",)
      with_traceback = <built-in method with_traceback of AttributeError object>