diff --git a/docs/source/usage-examples.rst b/docs/source/usage-examples.rst index e294c6c..1017615 100644 --- a/docs/source/usage-examples.rst +++ b/docs/source/usage-examples.rst @@ -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 diff --git a/maigret/web/app.py b/maigret/web/app.py index 1494e6f..910e80a 100644 --- a/maigret/web/app.py +++ b/maigret/web/app.py @@ -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: