From 9bc41540329ab765cb83847d2147f44435abb16c Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Sun, 23 Feb 2025 05:24:37 -0500 Subject: [PATCH] Remove less entertaining titles --- main.py | 4 ---- 1 file changed, 4 deletions(-) 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] -- 2.39.5