Skip to content

Commit

Permalink
Update getWinners.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RankJay authored Mar 8, 2021
1 parent 5130750 commit d74e110
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions getWinners.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@
def returnLimit():
return top

def randomGiveaway(TWEET_ID, OWNER_NAME):
def randomGiveaway(TWEET_ID, OWNER_NAME, LIMIT):
tweet_id = TWEET_ID
handle = OWNER_NAME
global top

top = LIMIT

key = '56iEG9xVd1ToyEoAWJN9PxW1j'
secret = 'E84NQiMXKBXa7oFAHzL3aFfXY8Yr061UGJRVvXAWDMjfAXCQ40'
Expand Down Expand Up @@ -96,4 +99,4 @@ def randomGiveaway(TWEET_ID, OWNER_NAME):
# print()
# print()

return valid, ids, template
return valid, ids, template

0 comments on commit d74e110

Please sign in to comment.