Update onyphe.py

remove typo
pull/498/head
Sebdraven 2021-04-23 16:16:43 +02:00
parent f32717c896
commit e1c2c779aa
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class OnypheClient:
if self.attribute['type'] == 'ip-src':
return 'ip'
elif self.attribute['type'] == 'ip-dest':
elif self.attribute['type'] == 'ip-dst':
return 'ip'
elif self.attribute['type'] == 'domain':
return 'domain'