Browse Source

[FIX] pass timeout as keyword argument

pull/302/head
Holger Brunn 9 years ago
parent
commit
e05117417b
  1. 2
      dead_mans_switch_client/models/dead_mans_switch_client.py

2
dead_mans_switch_client/models/dead_mans_switch_client.py

@ -82,7 +82,7 @@ class DeadMansSwitchClient(models.AbstractModel):
{
'Content-Type': 'application/json',
}),
timeout)
timeout=timeout)
@api.model
def _install_default_url(self):

Loading…
Cancel
Save