From 9efc31ed7744bb66c08361ca529249b24a02ca69 Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 28 Aug 2014 10:04:17 +0200 Subject: [PATCH] New API key for collisimo closes #1617 --- modules/colissimo/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/colissimo/browser.py b/modules/colissimo/browser.py index bbf75284..ca65a5ce 100644 --- a/modules/colissimo/browser.py +++ b/modules/colissimo/browser.py @@ -30,7 +30,7 @@ class ColissimoBrowser(BaseBrowser): ENCODING = None USER_AGENT = BaseBrowser.USER_AGENTS['android'] - api_key = 'd112dc5c716d443af02b13bf708f73985e7ee943' + api_key = '6b252eb30d3afb15c47cf3fccee3dc17352dc2d6' def get_tracking_info(self, _id): json_data = self.readurl('/outilsuivi/web/suiviInterMetiers.php?key=%s&method=json&code=%s' % (self.api_key, _id))