connect-api-examples
connect-api-examples copied to clipboard
Was having trouble running test/template with Python 3.6.8 (x64), app…
Was having trouble running test/template with Python 3.6.8 (x64), CGIHTTPServer is deprecated in Python 3. Replaced with http.server module. Also replaced ConfigParser in index.py with updated configparser. Put in catches to accomodate Python 2/existing function. Annotated in readme. Sample now runs with Python 3.6.8 on both localhost an web server.