From 610a44df71b2ebd59ef79320a0047fa1249a09c5 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Sun, 3 Feb 2013 12:29:41 +0100 Subject: [PATCH] Fix typo in remove_aspect --- diaspy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diaspy/client.py b/diaspy/client.py index 70af42f..fb47ac0 100644 --- a/diaspy/client.py +++ b/diaspy/client.py @@ -243,7 +243,7 @@ class Client: data = {'authenticity_token': self.get_token()} r = self.session.delete(self.pod + '/aspects/' + aspect_id, - data=data} + data=data ) if r.status_code != 404: raise Exception('wrong status code: ' + str(r.status_code)) -- 2.25.1