Przeglądaj źródła

Remove test line

JoostSijm 5 lat temu
rodzic
commit
aa4b2f89f7
1 zmienionych plików z 1 dodań i 1 usunięć
  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