cosmicflows-deployer/assets/images/linebkg.py
2024-12-04 07:55:48 +01:00

4 lines
No EOL
152 B
Python

#!/usr/bin/python
image=open("/var/www/html/img/linebkg.gif",'rb').read()
print "Content-Type: image/png\nContent-Length: %d\n" % len(image)
print image