Skip to content

Commit

Permalink
revert extra change [#16]
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl-blkv committed Aug 21, 2017
1 parent 8d8fbac commit e19d7a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bunq/sdk/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ def __init__(self, environment_type, api_key, device_description,
:type proxy_url: str|None
"""

permitted_ips = permitted_ips or []
if permitted_ips is None:
permitted_ips = []

self._environment_type = environment_type
self._api_key = api_key
Expand Down

0 comments on commit e19d7a9

Please sign in to comment.