Ivan Kudryakov commited on
Commit
e14ccff
·
1 Parent(s): 74bccd4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ if read_id != '0':
19
  my_id = read_id
20
  st.write("my_id changed", my_id)
21
  friend_num = int(st.text_input("Type how many friends you want to show or write \"0\" show all: "))
22
- plt.write("wait about a minute we could do only 3 request per second")
23
 
24
  params_for_users_get = {'user_ids': my_id,
25
  'access_token': access_token,
 
19
  my_id = read_id
20
  st.write("my_id changed", my_id)
21
  friend_num = int(st.text_input("Type how many friends you want to show or write \"0\" show all: "))
22
+ st.write("wait about a minute we could do only 3 request per second")
23
 
24
  params_for_users_get = {'user_ids': my_id,
25
  'access_token': access_token,