瀏覽代碼

Remove test line

JoostSijm 6 年之前
父節點
當前提交
aa4b2f89f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/api.py

+ 1 - 1
app/api.py

@@ -18,7 +18,7 @@ RESOURCES = {
 
 def download_resources(state_id, resource_id):
     """Download the resource list"""
-    return read_resources()
+    # return read_resources()
     response = requests.get(
         '{}listed/stateresources/{}/{}'.format(BASE_URL, state_id, RESOURCES[resource_id]),
         headers=HEADERS