minor cleanup

This commit is contained in:
sforman
2023-07-27 09:55:26 -07:00
parent 08262ac861
commit f60c138a2c
+2 -7
View File
@@ -1,7 +1,7 @@
import sys
import markdown
#filename = '/usr/home/sforman/src/Joypy/README.md'
#filename = './README.md'
filename = sys.argv[-1]
with open(filename) as f:
text = f.read()
@@ -20,10 +20,5 @@ print(f'''\
<body>
{html}
</body>
</html>
''')
# <meta http-equiv="Content-Security-Policy" content="default-src 'self'" />
# <link rel="stylesheet" href="/css/fonts.css">
</html>''')