mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Created async requests executors, some sites fixes
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ async def submit_dialog(db, url_exists, cookie_file):
|
||||
print(f'Sorry, we couldn\'t find params to detect account presence/absence in {site.name}.')
|
||||
print('Try to run this mode again and increase features count or choose others.')
|
||||
else:
|
||||
if input(f'Site {site.name} successfully checked. Do you want to save it in the Maigret DB? [yY] ') in 'yY':
|
||||
if input(f'Site {site.name} successfully checked. Do you want to save it in the Maigret DB? [Yn] ').lower() in 'y':
|
||||
db.update_site(site)
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user