mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
minor edit to an invalid function call
This commit is contained in:
parent
a90ebd4dca
commit
bfdc001de2
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ def write_to_log_file(data_to_write, path, filename):
|
|||
except TypeError:
|
||||
logger.warning(set_color(
|
||||
"unable to serialize {} data, writing as plain text...".format(
|
||||
filename.split(".")[-1].uppercase()
|
||||
filename.split(".")[-1].upper()
|
||||
), level=30
|
||||
))
|
||||
log.write(data_to_write)
|
||||
|
|
|
|||
Loading…
Reference in a new issue