bottom=False, not bottom=0

This commit is contained in:
Laura Klünder 2017-11-14 04:18:21 +01:00
parent 02e3a84ce5
commit 61fb5d0458

View file

@ -125,7 +125,7 @@ class AltitudeAreaGeometries:
lower=altitude,
upper=altitude + int(0.001 * 1000),
crops=crops,
bottom=0)
bottom=False)
class FakeCropper: