Skip to content

Commit c3dfe9c

Browse files
authored
Small docs and parameters fixes for web interface mode (#1973)
1 parent 4894a26 commit c3dfe9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/source/usage-examples.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Usage examples
44
==============
55

66
You can use Maigret as:
7+
78
- a command line tool: inital and a default mode
89
- a `web interface <#web-interface>`_: view the graph with results and download all report formats on a single page
910
- a library: integrate Maigret into your own project

maigret/web/app.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async def maigret_search(username, options):
5555
logger=logger,
5656
id_type=options.get('id_type', 'username'),
5757
cookies=COOKIES_FILE if options.get('use_cookies') else None,
58+
is_parsing_enabled=True,
5859
)
5960
return results
6061
except Exception as e:

0 commit comments

Comments
 (0)