pywebsrv.py
directory
pywebsrv.conf
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").
os.path.join(os.getcwd(), "html")
Fixed in commit 7ac160f625.
7ac160f625
No dependencies set.
The note is not visible to the blocked user.
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.