reddit-place-script-2022
reddit-place-script-2022 copied to clipboard
Pixel over a 1000, how do I fix it without updating main.py?
Hi! Using a version of main.py from about yesterday, it works fine expect it doesn't support the pixels over a 1000
I don't wanna redo the whole .env and it's required if I update the main.py, so could I have the lines of code to edit so it would support it, if possible? I would be really thankful!! :)
why would you need to redo the whole .env if you don't touch the parts of main.py responsible for parsing it?????
If I update the main.py to the latest version, it start asking for more files needed, and it seems that the whole file of accounts and passwords have been changed, meaning I'd have to manually copy everything to the new form? seems like a real pain in the ass. I Apologize if I'm wrong here
.env files are very old now. You should move to a more recent version
If I update the main.py to the latest version, it start asking for more files needed, and it seems that the whole file of accounts and passwords have been changed, meaning I'd have to manually copy everything to the new form? seems like a real pain in the ass. I Apologize if I'm wrong here
seems like you could use env2config.py
to make a config file for you from the .env
@LazyLand1 can you confirm that the .env
file is working and close the issue?