Skip to content

Commit 3afb9d2

Browse files
committed
Fix continue to return
1 parent f4c34dc commit 3afb9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meile_node_uptime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def update_node_uptime(self, node, NodeUptimeData, NodeRemoteURLs, NodeUptimeBoo
202202
except Exception as e:
203203
print(node)
204204
print(str(e))
205-
continue
205+
return
206206

207207
tries = node['tries'] + 1
208208
if NodeUptimeBoolean['up'][index]:

0 commit comments

Comments
 (0)