location_quantities --> locationQuantities
This commit is contained in:
@@ -17,7 +17,7 @@ def quantities(rws):
|
||||
print(f)
|
||||
|
||||
def quantitiesHoekvanHolland(rws):
|
||||
q = rws.location_quantities("hoekvanholland")
|
||||
q = rws.locationQuantities("hoekvanholland")
|
||||
print(type(q))
|
||||
for f in q.quantities():
|
||||
print(f)
|
||||
|
Reference in New Issue
Block a user