content type
This commit is contained in:
parent
e97256bba2
commit
23948442cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue