mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Disabled response for tweet deletions due to a bug
This commit is contained in:
parent
696d1764bd
commit
817d7bd6bb
@ -127,8 +127,8 @@ class streamer(TwythonStreamer):
|
||||
|
||||
def on_success(self, data):
|
||||
try:
|
||||
if "delete" in data:
|
||||
pub.sendMessage("tweet-deleted", data=data)
|
||||
# if "delete" in data:
|
||||
# pub.sendMessage("tweet-deleted", data=data)
|
||||
if "direct_message" in data:
|
||||
self.process_dm(data)
|
||||
elif "friends" in data:
|
||||
|
Loading…
Reference in New Issue
Block a user