shebang was missing
This commit is contained in:
parent
54ec9528ec
commit
335b96c85e
1 changed files with 1 additions and 0 deletions
1
index.py
1
index.py
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from htmlgen import *
|
||||
print("Content-type: text/html\r\n\r\n")
|
||||
html=htmlgen.HTMLgen(pagelayout.getLayoutXML().decode('utf-8'),"Home Page")
|
||||
|
|
Loading…
Reference in a new issue