Skip to content

Commit

Permalink
Merge pull request #17 from armel/feature_update
Browse files Browse the repository at this point in the history
Remove cgi
  • Loading branch information
armel authored May 9, 2023
2 parents 0c4bfb2 + fdc4f79 commit a095a95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ICUSBProxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@

from http.server import BaseHTTPRequestHandler, HTTPServer
import logging
import cgi
import serial
import time

name = "ICUSBProxy"
version = "0.0.7"
version = "0.0.8"
client_timeout = 0.01
server_verbose = 0

Expand Down

0 comments on commit a095a95

Please sign in to comment.