-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
E.g.
python-keycdn-api/keycdn/keycdn.py
Line 34 in 73dd2d6
| def get(self, call, params={}): |
Instead of:
def get(self, call, params={}):
...it needs to be:
def get(self, call, params=None):
params = params or {}See https://docs.python-guide.org/writing/gotchas/#mutable-default-arguments