We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a3bf4 commit 5320df9Copy full SHA for 5320df9
1 file changed
module/os_ash/ash.py
@@ -116,6 +116,9 @@ def ash_collect_status(self):
116
if daily >= 200:
117
logger.info('Ash beacon fully collected today')
118
self._ash_fully_collected = True
119
+ elif status >= 200:
120
+ logger.info('Ash beacon data reached the holding limit')
121
+ self._ash_fully_collected = True
122
123
if status < 0:
124
status = 0
0 commit comments