Skip to content

Commit 09e5431

Browse files
authored
Merge pull request #101 from justmobilize/remove-secrets-usage
Remove secrets usage
2 parents 06820fb + c8d958d commit 09e5431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_httpserver/server.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,8 @@ def __repr__(self) -> str:
619619
def _debug_warning_exposed_files(root_path: str):
620620
"""Warns about exposing all files on the device."""
621621
print(
622-
f"WARNING: Setting root_path to '{root_path}' will expose all files on your device through"
623-
" the webserver, including potentially sensitive files like settings.toml or secrets.py. "
622+
f"WARNING: Setting root_path to '{root_path}' will expose all files on your device "
623+
"through the webserver, including potentially sensitive files like settings.toml. "
624624
"Consider making a sub-directory on your device and using that for your root_path instead."
625625
)
626626

0 commit comments

Comments
 (0)