浏览代码

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

Helge Jung 9 年之前
父节点
当前提交
4c8cd36f8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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')