--> -->
 
 
<type 'exceptions.NameError'>
Python 2.7.17: /usr/local/bin/python
Mon Jan 10 13:18:33 2022

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

 /home/org/snow/public_html/farligt/grupper/register_member.cgi in <module>()
     62         
     63 finally:
=>   64         if connection:
     65                 connection.close()
     66 
connection undefined

<type 'exceptions.NameError'>: name 'connection' is not defined
      args = ("name 'connection' is not defined",)
      message = "name 'connection' is not defined"