File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def send_boot():
136
136
if influx .write ("octopuslab" , start_boot = 1 ):
137
137
pass
138
138
else :
139
- print ("influx send_boot Exception: {0}" . format ( e ) )
139
+ print ("influx send_boot Error" )
140
140
141
141
142
142
def send_bmp ():
@@ -148,7 +148,7 @@ def send_bmp():
148
148
if influx .write ("octopuslab" , temperature = temp , pressure = press ):
149
149
errorcount = 0
150
150
else :
151
- print ("influx send_bme Exception: {0}" . format ( e ) )
151
+ print ("influx send_bme Error" )
152
152
reconect ()
153
153
154
154
@@ -159,7 +159,7 @@ def send_solar(s20=0,s21=0):
159
159
if influx .write ("octopuslab" , solar20 = s20 , solar21 = s21 ):
160
160
errorcount = 0
161
161
else :
162
- print ("influx send_solar Exception: {0}" . format ( e ) )
162
+ print ("influx send_solar Error" )
163
163
reconect ()
164
164
165
165
You can’t perform that action at this time.
0 commit comments