This commit is contained in:
Nico Schottelius 2016-11-15 17:15:01 +01:00
parent f71a9e4fa0
commit fe4ecafe59
2 changed files with 2 additions and 8 deletions

View File

@ -89,7 +89,7 @@ def pg_wait_for_pkg(conns, callback):
class DB(object):
def __init__(query):
def __init__(self, query):
self.query = query
@classmethod

View File

@ -54,7 +54,7 @@ float tmp;
int loudnesses[LOUDNESS_AVG];
void loop() {
signal_loop_start();
// signal_loop_start();
/* if(hasWater(WATER_SENSOR_PIN)) { */
/* debugSerial.println("Having water"); */
@ -112,9 +112,3 @@ hex: 3030303441333042
*/
/* temp / humidity code (not functional)
/* humid / temperature */
/*
*/