matiasmenares/Nissboard

View on GitHub
dashboard/api/measure_group.py

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 3 locations. Consider refactoring.
Open

def get(self):
cursor = self.database.con.cursor()
cursor.execute("SELECT * FROM measure_group")
return {'data': cursor.fetchall()}
Severity: Major
Found in dashboard/api/measure_group.py and 2 other locations - About 1 hr to fix
dashboard/api/settings/channels/analog.py on lines 13..16
dashboard/api/settings/water_setting.py on lines 10..13
Category
Status