Wondering if there is difference between:
Code: Select all
print "Content-type: text/html\n\n"
Code: Select all
print "Content-type: text/html"
print
Code: Select all
print "Content-type: text/html\n\n"
Code: Select all
print "Content-type: text/html"
print
Might be worth logging a documentation issue here https://github.com/waveform80/picamera/issuesjeffboyce wrote:That should be noted somewhere in a good reference for others to find.