diff -r 22dab1be7953 -r 7f27bf3b50c3 eric7/EricNetwork/EricJsonStreamReader.py --- a/eric7/EricNetwork/EricJsonStreamReader.py Thu May 12 09:00:35 2022 +0200 +++ b/eric7/EricNetwork/EricJsonStreamReader.py Fri May 13 17:23:21 2022 +0200 @@ -94,7 +94,7 @@ if self.__connection is not None: self.__connection.close() - self.__connection = connection + self.__connection = connection connection.readyRead.connect(self.__receiveJson) connection.disconnected.connect(self.__handleDisconnect)