From 9f06738447c11038567221e1691d0c101f0fbad8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 19 Aug 2019 11:48:59 +0100 Subject: [PATCH] Debug --- content.py | 1 + 1 file changed, 1 insertion(+) diff --git a/content.py b/content.py index db6f2350..b87e49de 100644 --- a/content.py +++ b/content.py @@ -105,6 +105,7 @@ def addMention(wordStr: str,httpPrefix: str,following: str,replaceMentions: {},r if len(wordStr)<2: return False possibleHandle=wordStr[1:] + print('Possible mention: '+possibleHandle) # @nick if '@' not in possibleHandle: # fall back to a best effort match against the following list