Code for people interested https://codeberg.org/rimu/pyfedi/src/branch/main/app/admin/routes.py#L373
I commented it out, rebuild the Docker containers and it works now 👍
Code for people interested https://codeberg.org/rimu/pyfedi/src/branch/main/app/admin/routes.py#L373
I commented it out, rebuild the Docker containers and it works now 👍
How would you write it, I’m new to python but it reads like they are just trying to make the code not go off the side of the screen?
You do multiline strings with 3 quotes, e.g.:
If you don’t want line breaks, you can also do
But doing it the way shown will render the string something like:
That big block of white space in the middle is not desired.