Browse Source

adapt BATCAVE's URL change: /status.json instead of /status

Helge Jung 9 years ago
parent
commit
4c8cd36f8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/batcave/client.py

+ 1 - 1
modules/batcave/client.py

@@ -87,5 +87,5 @@ class BatcaveClient(object):
         return self.__load_response(url, 'providers')
 
     def get_status(self):
-        url = 'status'
+        url = 'status.json'
         return self.__load_response(url, 'status')