]> littlesong.place Git - littlesongplace.git/commitdiff
Remove less entertaining titles
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 23 Feb 2025 10:24:37 +0000 (05:24 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 23 Feb 2025 10:24:37 +0000 (05:24 -0500)
main.py

diff --git a/main.py b/main.py
index 77a777a3310100ff207cdc578923690f99cf7a2c..5e81a87ed29259fe51ad009f72e63a9b348b6984 100644 (file)
--- 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]