Unclear - where do we put the username? #220
-
Sorry in advance if I'm being a tard. I'm a bit unfamiliar with Python and I honestly just want to help my friends put something on r/place. Reading the steps for this, I'm a bit puzzled as where to put the username for a worker. `{ "workers": { With password, it seems you put the password in quotes after the colon. e.g "password": "thisismypassword". But with the username, there's no field to enter the username into following the colon. Do we put the username in the same way we put in the password? E.G "worker2username": "thisismyaccountname"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You got it! replace If you want more than two accounts then copy the following and paste it after the
If you have problems try using a JSON Linter online like this one: https://jsonlint.com |
Beta Was this translation helpful? Give feedback.
You got it! replace
worker1username
andworker2username
with the usernames of the accounts you want to utilize.If you want more than two accounts then copy the following and paste it after the
}
that is the 3rd to last.If you have problems try using a JSON Linter online like this one: https://jsonlint.com