Update printerbug.py

Signed-off-by: Hakan Yavuz <lodos05@gmail.com>
main
Hakan Yavuz 2024-02-05 16:15:43 +03:00 committed by mpgn
parent e422a17080
commit fddcf67a65
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ class TriggerAuth:
request['fdwFlags'] = rprn.PRINTER_CHANGE_ADD_JOB
request['pszLocalMachine'] = '\\\\%s\x00' % listener
request['pOptions'] = NULL
nxc_logger.debug(request.dump())
except Exception as e:
nxc_logger.debug(e)