aboutsummaryrefslogtreecommitdiff
path: root/inverter-bot
diff options
context:
space:
mode:
Diffstat (limited to 'inverter-bot')
-rwxr-xr-xinverter-bot1
1 files changed, 1 insertions, 0 deletions
diff --git a/inverter-bot b/inverter-bot
index be9fb82..b8a75fc 100755
--- a/inverter-bot
+++ b/inverter-bot
@@ -42,6 +42,7 @@ class InverterClientWrapper:
except InverterError as e:
raise e
except Exception as e:
+ # silently try to reconnect
try:
self.create()
except Exception: