pull/498/head
Sebdraven 2021-04-23 16:09:21 +02:00
parent ff6470d0e2
commit 9fd23d6fe0
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ class OnypheClient:
return results
def get_query_onyphe(self):
if self.attribute['type'] == 'ip-src' and self.attribute['type'] =='ip-dst':
print(self.attribute)
if self.attribute['type'] == 'ip-src' and self.attribute['type'] == 'ip-dst':
self.__summary_ip()
def __summary_ip(self):