Browse Source

Olie met id 3 ipv 2

root 5 years ago
parent
commit
d6e79fb266
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api.py

+ 1 - 1
app/api.py

@@ -10,7 +10,7 @@ from app import BASE_URL, HEADERS, LOGGER
 
 RESOURCES = {
     0: 'gold',
-    2: 'oil',
+    3: 'oil',
     4: 'ore',
     11: 'uranium',
     15: 'diamond',