Small docs and parameters fixes for web interface mode (#1973)

This commit is contained in:
Soxoj
2024-12-16 17:18:22 +01:00
committed by GitHub
parent 4894a267d7
commit c3dfe9cb4d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ Usage examples
==============
You can use Maigret as:
- a command line tool: inital and a default mode
- a `web interface <#web-interface>`_: view the graph with results and download all report formats on a single page
- a library: integrate Maigret into your own project
+1
View File
@@ -55,6 +55,7 @@ async def maigret_search(username, options):
logger=logger,
id_type=options.get('id_type', 'username'),
cookies=COOKIES_FILE if options.get('use_cookies') else None,
is_parsing_enabled=True,
)
return results
except Exception as e: