Changeset 3546
- Timestamp:
- 08/02/10 04:18:37 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounters/snmp.py
r3530 r3546 193 193 if (pstatusAsString == 'idle') or \ 194 194 ((pstatusAsString == 'other') and \ 195 (dstatusAsString == 'running')) :195 (dstatusAsString in ('running', 'warning'))) : 196 196 if self.printerInternalPageCounter == previousValue : 197 197 # Here the job won't be printed, because probably … … 224 224 if (not error) and ((pstatusAsString == 'idle') or \ 225 225 ((pstatusAsString == 'other') and \ 226 (dstatusAsString == 'running'))) :226 (dstatusAsString in ('running', 'warning')))) : 227 227 idle_flag = True # Standby / Powersave is considered idle 228 228 increment = 1 # Reset initial stabilization delay