We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f902f1d commit 6525d0aCopy full SHA for 6525d0a
pyZUnivers/overview.py
@@ -68,7 +68,7 @@ def vortex_end_date(self) -> datetime:
68
69
@property
70
def vortex_floor(self) -> int:
71
- if isinstance(self.__vortex_stats, Vortex) or not self.__vortex_stats['maxFloorIndex']:
+ if isinstance(self.__vortex_stats, Vortex) or not 'maxFloorIndex' in self.__vortex_stats:
72
return 0
73
74
if self.__vortex_stats['maxFloorIndex'] == 0:
0 commit comments