Commented + Tidying Up
This commit is contained in:
@@ -41,6 +41,7 @@ def words(message):
|
||||
@event('tweet')
|
||||
def generate_tweet(ctx, e):
|
||||
tweet = dict(e.data)
|
||||
# array of indexes that we want to pop from our tweets; this is to save memory
|
||||
pops = [
|
||||
"display_text_range",
|
||||
"in_reply_to_status_id",
|
||||
|
||||
Reference in New Issue
Block a user