We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d443aa commit 417e8faCopy full SHA for 417e8fa
1 file changed
lghorizon/lghorizon_models.py
@@ -847,7 +847,7 @@ def recording_retention_period(self) -> Optional[int]:
847
def has_cloud_recording(self) -> bool:
848
"""Return the city id."""
849
return (
850
- not self.recording_retention_period or self.recording_retention_period <= 0
+ not self.recording_retention_period or self.recording_retention_period > 0
851
)
852
853
@property
0 commit comments