OCD commit

This commit is contained in:
Stanislas Dolcini 2018-10-04 17:26:32 +02:00
parent 1739361cda
commit 465636a1ed

View file

@ -21,11 +21,11 @@ class nel_login_message:
if self._password != "":
request_string += "&password=" + self._password;
if self._clientApplication != "":
request_string += "&clientApplication=" + self._clientApplication
request_string += "&clientApplication=" + self._clientApplication;
if self._cp != "":
request_string += "&cp=" + self._cp
request_string += "&cp=" + self._cp;
if self._lg != "":
request_string += "&lg=" + self._lg
request_string += "&lg=" + self._lg;
return request_string;