diff --git a/edmond/plugins/doupsland.py b/edmond/plugins/doupsland.py index a39ba0d..f57413e 100644 --- a/edmond/plugins/doupsland.py +++ b/edmond/plugins/doupsland.py @@ -9,6 +9,7 @@ P_TIME = [ P_ACTION = [ "j'ai aperçu", "j'ai caressé", "j'ai nadenade", "j'ai passé du temps avec", "je me suis arrêté vers", "je me suis promené avec", "j'ai salué", + "j'ai approché", ] P_SUBJ = [ "le chat", "des chats", "le chat calico", "le chat noir", "le chaton", @@ -36,7 +37,7 @@ def get_title(): random.choice(P_PLACE), random.choice(P_COORD), random.choice(P_ACTION2), - )).capitalize().lstrip() + )).strip().capitalize() class DoupslandPlugin(Plugin):