pull/618/head
Usama015 2023-06-20 13:07:42 +05:00
parent 2a1b8102ab
commit aeb65b1328
1 changed files with 8 additions and 8 deletions

View File

@ -116,14 +116,14 @@ def version():
moduleinfo['config'] = moduleconfig moduleinfo['config'] = moduleconfig
return moduleinfo return moduleinfo
def main(): # def main():
attribute = { # attribute = {
'type' : 'ip-src', # 'type' : 'ip-src',
'value' : '20.20.12.154' # 'value' : '20.20.12.154'
} # }
handle_ip('efe037a76a17432fad2dbdca8299d559','21.02.15.123', attribute) # handle_ip('efe037a76a17432fad2dbdca8299d559','21.02.15.123', attribute)
if __name__ == '__main__': # if __name__ == '__main__':
main() # main()