added 2 blank lines to comply w/ pep8

pull/258/head
milkmix 2018-12-26 08:33:21 +01:00
parent 615a56f9bb
commit 02cdc11445
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ moduleinfo = {'version': '1.0', 'author': 'Julien Bachmann, Hacknowledge',
'description': 'Nexthink NXQL query export module',
'module-type': ['export']}
def handle_sha1(value, period):
query = '''select ((binary (executable_name version)) (user (name)) (device (name last_ip_address)) (execution (binary_path start_time)))
(from (binary user device execution)
@ -73,6 +74,7 @@ handlers = {
'domain': handle_domain
}
def handler(q=False):
if q is False:
return False