From e05117417ba9eb3fa9bc8ca5b14d3092aa58de56 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Wed, 3 Feb 2016 22:23:33 +0100 Subject: [PATCH] [FIX] pass timeout as keyword argument --- dead_mans_switch_client/models/dead_mans_switch_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dead_mans_switch_client/models/dead_mans_switch_client.py b/dead_mans_switch_client/models/dead_mans_switch_client.py index 0d7fdf7e9..62293493f 100644 --- a/dead_mans_switch_client/models/dead_mans_switch_client.py +++ b/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):