Increase Trotec usage threshold
This commit is contained in:
@@ -671,7 +671,7 @@ class StatsViewSet(viewsets.ViewSet, List):
|
|||||||
|
|
||||||
logging.debug('Device %s data: %s', device, data)
|
logging.debug('Device %s data: %s', device, data)
|
||||||
|
|
||||||
if device == 'TROTECS300' and data and int(data) > 3:
|
if device == 'TROTECS300' and data and int(data) > 4:
|
||||||
should_count = True
|
should_count = True
|
||||||
else:
|
else:
|
||||||
should_count = False
|
should_count = False
|
||||||
|
Reference in New Issue
Block a user