OCD commit
This commit is contained in:
parent
1739361cda
commit
465636a1ed
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue