From d923a518eecc046b6529a0ee6b3ce03ed76ac50e Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 11 Dec 2020 14:23:40 -0500 Subject: add note about filename --- hex_zero.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hex_zero.py') diff --git a/hex_zero.py b/hex_zero.py index b534a51..1f3c2ab 100755 --- a/hex_zero.py +++ b/hex_zero.py @@ -389,6 +389,7 @@ def fhost(): stored_ip_address = request.remote_addr except: stored_ip_address = request.remote_addr + # future use: request.files["file"].filename out = store_file(request.files["file"], stored_ip_address) elif "url" in request.form: out = store_url(request.form["url"], request.remote_addr) -- cgit