diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-10-03 18:53:04 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-10-03 18:53:04 +0100 |
commit | 155f4961b97d9d797c12b2bbce40f9c330bfcc8f (patch) | |
tree | 52c2e142ca8b9f8b8a9e9eaf4523cc4c92d3d214 | |
parent | 6834f16f3ab311bba7ef3feafa18e0b90a5546f5 (diff) | |
download | boymoder.blog-155f4961b97d9d797c12b2bbce40f9c330bfcc8f.tar.gz boymoder.blog-155f4961b97d9d797c12b2bbce40f9c330bfcc8f.zip |
Added missing colon in services page
-rw-r--r-- | edaweb/services.py | 2 | ||||
-rw-r--r-- | edaweb/static/index.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/edaweb/services.py b/edaweb/services.py index eca2bde..5506ef1 100644 --- a/edaweb/services.py +++ b/edaweb/services.py @@ -339,7 +339,7 @@ def get_torrent_stats(): "Uploaded:": humanbytes(s["cumulative-stats"]["uploadedBytes"]), "Active time:": str(datetime.timedelta(seconds = s["cumulative-stats"]["secondsActive"])), "Files added:": s["cumulative-stats"]["filesAdded"], - "Current upload speed": humanbytes(s["uploadSpeed"]) + "s/S", + "Current upload speed:": humanbytes(s["uploadSpeed"]) + "s/S", "Current download speed:": humanbytes(s["downloadSpeed"]) + "s/S" } diff --git a/edaweb/static/index.md b/edaweb/static/index.md index dacc9ac..e6bf91d 100644 --- a/edaweb/static/index.md +++ b/edaweb/static/index.md @@ -27,6 +27,7 @@ these sites are hosted on my [homelab system](https://wiki.eda.gay) - [wiby.me](http://wiby.me/) - search engine for old style websites with limited javascript (my site used to be on here but it got blacklisted for some reason?) - [dysmorph.nekoweb.org](https://dysmorph.nekoweb.org/) - a site that is very based because it looks similar - [transsexual.org](https://web.archive.org/web/20010802032136/http://transsexual.org/Toon.html) - awesome and relatable transsexual comics from a website that's slightly older than me +- [norfolkchurches.co.uk](http://www.norfolkchurches.co.uk/norwichintro.htm) - site about all the churches in norwich (and norfolk!), the city that has far too many medieval churches than it knows what to do with. this site is preciesly what the internet should be, the muted ramblings of someone with an expert knowledge on his preferred niche interest. without any javascript. nice if, like me, you have a middling interest in theology - [boymoder.network](https://boymoder.network/) - website for boymoder awareness - [4chan.org/lgbt/](https://boards.4channel.org/lgbt/) - but dont blame me if u catch brainworms - [https://www.math.uni-bielefeld.de/~sillke/Twister/fun/elevator-fun90.html](https://www.math.uni-bielefeld.de/~sillke/Twister/fun/elevator-fun90.html) any website with a URL like this is gonna be good |