add api key
This commit is contained in:
parent
68814783c5
commit
bf366d2d9a
2 changed files with 4 additions and 2 deletions
|
@ -108,7 +108,8 @@ if __name__ == "__main__":
|
|||
|
||||
bar = make_empty_bar(num_requests)
|
||||
|
||||
api_key = input("What is your API key? ",)
|
||||
#api_key = input("What is your API key? ",)
|
||||
api_key = "john123456"
|
||||
|
||||
headers = {
|
||||
'Content-Type': 'application/json',
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
"fred": ["fred123123","fred0001"],
|
||||
"george":["george890890","george0001"],
|
||||
"sandra":["sandra234234","sandra0001"],
|
||||
"tilly":["tilly567567","tilly0001"]
|
||||
"tilly":["tilly567567","tilly0001"],
|
||||
"owner":["sk-notarealapikey","owner0001"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue