Probably don' want to include pdb in the live code huh.

This commit is contained in:
Rob
2015-06-04 10:46:04 +01:00
parent 034fb3a2dd
commit 39eb3b9b0e

View File

@@ -184,7 +184,6 @@ class DropBot(ClientXMPP):
return (i, v)
else:
if len(types) > 10:
import pdb; pdb.set_trace()
return "More than 10 items found, please narrow down what you want."
return "Did you mean: {}?".format(
', '.join(types.itervalues())