forked from Hay1tsme/artemis
allnet: add logging
This commit is contained in:
parent
37d24b3b4d
commit
20865dc495
@ -225,6 +225,7 @@ class AllnetServlet:
|
||||
req_file = match["file"].replace("%0A", "")
|
||||
|
||||
if path.exists(f"{self.config.allnet.update_cfg_folder}/{req_file}"):
|
||||
self.logger.info(f"Request for DL INI file {req_file} successful")
|
||||
return open(
|
||||
f"{self.config.allnet.update_cfg_folder}/{req_file}", "rb"
|
||||
).read()
|
||||
|
Loading…
Reference in New Issue
Block a user