content type

This commit is contained in:
randogoth 2023-05-21 21:57:52 +03:00
parent e97256bba2
commit 23948442cb

View file

@ -1,5 +1,5 @@
#!/usr/bin/python3
print "Content-type:text/html\r\n\r\n"
print("Content-type:text/html\r\n\r\n")
import cgi
import json
import os