Skip to content

Commit

Permalink
missing close parens
Browse files Browse the repository at this point in the history
  • Loading branch information
roopesh committed Jun 23, 2021
1 parent 491a653 commit a4eda0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ad-qolsys/qolsys_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def listen(self, cb: callable):
self.app.log("socket timeout, restarting socket", level="WARNING")
self._reset_socket()
except NoDataError:
self.app.log("No data received from socket, restarting socket", level="INFO"
self.app.log("No data received from socket, restarting socket", level="INFO")
self._reset_socket()
# raise NoDataError
except TimeoutError:
Expand Down

0 comments on commit a4eda0f

Please sign in to comment.