tracinginsights commited on
Commit
e420a09
·
1 Parent(s): 11a8339

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ import json
46
 
47
  def translate(bearer_token,api_key,secret_api_key,access_token,secret_access_token):
48
  # update users when you want to include more accounts
49
- users = ["1568348454619070465","2755544640", "1030481714", "407048032","227265199","190632194", "149542215","127854979", "106170617"]
50
 
51
 
52
  api = tweepy.Client(bearer_token=bearer_token, consumer_key=api_key,
 
46
 
47
  def translate(bearer_token,api_key,secret_api_key,access_token,secret_access_token):
48
  # update users when you want to include more accounts
49
+ users = [1568348454619070465,2755544640, 1030481714, 407048032,227265199,190632194, 149542215,127854979, 106170617]
50
 
51
 
52
  api = tweepy.Client(bearer_token=bearer_token, consumer_key=api_key,