From: Chris Fulljames Date: Sun, 23 Feb 2025 10:24:37 +0000 (-0500) Subject: Remove less entertaining titles X-Git-Url: https://littlesong.place/gitweb/gitweb.cgi?a=commitdiff_plain;h=9bc41540329ab765cb83847d2147f44435abb16c;p=littlesongplace.git Remove less entertaining titles --- diff --git a/main.py b/main.py index 77a777a..5e81a87 100644 --- a/main.py +++ b/main.py @@ -76,10 +76,6 @@ def index(): ("Lumpy Space Princess", 0.2), ("Language Server Protocol", 0.1), ("Liskov Substitution Principle", 0.1), - ("Louisiana State Police", 0.1), - ("Local Strategic Partnership", 0.1), - ("Light Switch Plate", 0.1), - ("Lightest Supersymmetric Particle", 0.1), ] titles, weights = zip(*titles) title = random.choices(titles, weights)[0]