Explorar o código

Remove test line

JoostSijm %!s(int64=5) %!d(string=hai) anos
pai
achega
aa4b2f89f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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