We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3a7f2 commit 0421a51Copy full SHA for 0421a51
common/resolve.py
@@ -47,7 +47,7 @@ def update_data(data, infos):
47
else:
48
subdomain = items.get('subdomain')
49
logger.log('DEBUG', f'{subdomain} resolution has no result')
50
- return data
+ return new_data
51
52
53
def save_db(name, data):
0 commit comments