fix: Cleaned up not used variables

composite_attributes_proposal
chrisr3d 2018-11-20 11:17:58 +01:00
parent a5203cdcce
commit a95a2e63e7
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 5 deletions

View File

@ -45,11 +45,6 @@ def handler(q=False):
if not api:
misperrors['error'] = 'Onyphe Error instance api'
ip = ""
dns_name = ""
ip = ''
if request.get('ip-src'):
ip = request['ip-src']
return handle_ip(api, ip, misperrors)