(self)
| 3421 | batch = batch) |
| 3422 | self.update() |
| 3423 | def update(self): |
| 3424 | if mode.started: |
| 3425 | self.label.text = '' |
| 3426 | else: |
| 3427 | self.label.text = _('Today\'s Last 20:') |
| 3428 | |
| 3429 | # this controls the session history chart. |
| 3430 | class ChartLabel: |