Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in token_plugin/target_cfg support
Previously, if no `target_cfg` flag was used, the `target_cfg` option would not get removed from the opts dict, causing an error when it got passed through to `WebSocketProxy`. Now we always remove it. Fixes #168.
- Loading branch information