add reverse infos

pull/197/head
Sebdraven 2018-06-20 16:30:56 +02:00
parent d4be9d9fda
commit b56f8cfa36
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ def expand_reverse(api, ip, misperror):
r = None
status_ok = False
r = []
results = api.forward(ip)
results = api.reverse(ip)
domains_reverse = []