We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0932ca5 commit 66b5502Copy full SHA for 66b5502
source/webserver2.py
@@ -13,7 +13,7 @@
13
from SimpleHTTPServer import SimpleHTTPRequestHandler
14
from StringIO import StringIO
15
16
-PROG_VER = "ver 11.00 written by Claude Pageau"
+PROG_VER = "ver 11.01 written by Claude Pageau"
17
'''
18
SimpleHTTPServer python program to allow selection of images from right panel and display in an iframe left panel
19
Use for local network use only since this is not guaranteed to be a secure web server.
0 commit comments