Changed the dict order again.
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s

This commit is contained in:
Philipp Horstenkamp 2023-11-26 21:54:46 +01:00
parent 3eeeb73e0e
commit 2b9a04a136
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -96,9 +96,9 @@ async function postCode() {
});
const login_arguments = {
token: token,
username: username,
password: password,
token: token,
protocol: protocol,
hostname: hostname,
port: port,