X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fparrot.git;a=blobdiff_plain;f=quotes.py;fp=quotes.py;h=de1b1eada339cf3a8fe1824b62ed4e3ee519e186;hp=5561c79ce19aabbb08d1f253b7f8c0dbdcaefee5;hb=35f1ffde7ca264b9c8f91d837aa61e569e19b8e5;hpb=4dea39b2f10d9231c72a8631cb8aeee119a96206 diff --git a/quotes.py b/quotes.py index 5561c79..de1b1ea 100644 --- a/quotes.py +++ b/quotes.py @@ -137,7 +137,6 @@ class QuoteDB(object): kwargs["timestamp"] = timestamp newquote = Quote(**kwargs) if not newquote in self.quotelist: - self.search self.quotelist.append(newquote) return True return False