Commit 329cbf6
committed
Add user-agent to DummyConfig
Fixes this error while trying to fetch lists:
```
AttributeError: ('intersphinx inventory %r not fetchable due to %s: %s', 'http://docs.python.org/3.8/objects.inv', <class 'AttributeError'>, "'DummyConfig' object has no attribute 'user_agent'")
```1 parent eec6d91 commit 329cbf6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments