[Extractor] Fix startup error

On Python 3 need to create a copy of the dict to iterate

Fixes: #3264
This commit is contained in:
Calum Lind
2019-06-11 20:54:18 +01:00
parent 632089940c
commit 86ddadacf7
2 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@
- Fix request.base 'idna' codec error (#3261).
- Fix unable to change password (#3262).
### Extractor plugin
- Fix potential error starting plugin.
### Documentation
- Fix macOS install typo.