Added several sites

This commit is contained in:
Soxoj
2021-06-01 00:26:37 +03:00
parent f7eae046a1
commit 1a2c7e944a
5 changed files with 288 additions and 15 deletions
+2 -1
View File
@@ -529,7 +529,8 @@ 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
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 (