mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-20 05:09:28 +00:00
Probably don' want to include pdb in the live code huh.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user