pywebsrv.py
doesn't respect the directory
key in pywebsrv.conf
#1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Exactly as the title says, the function to get the directory exists, but goes unused in favour of a hardcoded
os.path.join(os.getcwd(), "html")
.Fixed in commit
7ac160f625
.