Added some domains for new DNS checker, fixed reports generation crashes

This commit is contained in:
Soxoj
2021-06-02 23:16:44 +03:00
parent 5179cb56eb
commit 13e1b6f4d1
8 changed files with 192 additions and 20 deletions
+5 -2
View File
@@ -529,8 +529,11 @@ async def main():
if args.self_check:
print('Maigret sites database self-checking...')
is_need_update = await self_check(
db, site_data, logger, max_connections=args.connections,
tor_proxy=args.tor_proxy
db,
site_data,
logger,
max_connections=args.connections,
tor_proxy=args.tor_proxy,
)
if is_need_update:
if input('Do you want to save changes permanently? [Yn]\n').lower() in (