Skip to content

Commit

Permalink
Update webserver2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Oct 26, 2022
1 parent 0932ca5 commit 66b5502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/webserver2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from SimpleHTTPServer import SimpleHTTPRequestHandler
from StringIO import StringIO

PROG_VER = "ver 11.00 written by Claude Pageau"
PROG_VER = "ver 11.01 written by Claude Pageau"
'''
SimpleHTTPServer python program to allow selection of images from right panel and display in an iframe left panel
Use for local network use only since this is not guaranteed to be a secure web server.
Expand Down

0 comments on commit 66b5502

Please sign in to comment.