Skip to content

Commit

Permalink
merge config < 3.5 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Schmidt committed May 8, 2018
1 parent 7339ba6 commit 2d33a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serpscrap/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ def apply(self, config):
Args:
config (dict): new configuration
"""
self.config = {**self.config, **config}
self.config.update(config)

0 comments on commit 2d33a36

Please sign in to comment.