Browse Source

added couille

feature/find_gromots
Figg 6 months ago
parent
commit
9392039ca2
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      scripts/find_gromots.py

+ 2
- 1
scripts/find_gromots.py View File

@@ -24,7 +24,8 @@ gros_mots = [
24 24
     'chatte',
25 25
     'niqu.*',
26 26
     'chi(é|e).*',
27
-    'bais.*'
27
+    'bais.*',
28
+    'couill.*'
28 29
     ]
29 30
 
30 31
 msg_gros_mots = findWords(export.messages, gros_mots)

Loading…
Cancel
Save