commits
Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>
Key Fixes & Improvements
Fixed Import Issue
import main was overwriting the function name. Changed it to import main as main_module.
Refactored Logging & File Handling
Used with open() for safer error logging.
Improved exception handling structure.
Formatted Strings for Readability
Used f-strings instead of old-style formatting (%s).
Handled OS Paths Properly:
Used os.path.join() for cross-platform compatibility.
Fix 404 error handler in UiFilePlugin
docs: fix simple typo, positibe -> positive
There is a small typo in src/util/UpnpPunch.py.
Should read `positive` rather than `positibe`.
Replaced logo-white.png with an SVG data URI. (logo-white.png deleted)
Use more unique yet short paths for logging
Corrections and additions to the Japanese translation
This reverts commit 147dd4bc35e3ae44ecec79e49a8c5c563f698a3f.
* Adding OGG MIME
Fixing: https://github.com/HelloZeroNet/ZeroNet/issues/2656
* Adding ova and ogv extensions
* GitHub Actions upgrade to actions/checkout@v2
* Update tests.yml
* Allow sites to request several CORS permissions at once
* Fix typo
* Don't wait for CORS site download
Key Fixes & Improvements
Fixed Import Issue
import main was overwriting the function name. Changed it to import main as main_module.
Refactored Logging & File Handling
Used with open() for safer error logging.
Improved exception handling structure.
Formatted Strings for Readability
Used f-strings instead of old-style formatting (%s).
Handled OS Paths Properly:
Used os.path.join() for cross-platform compatibility.