add api key

This commit is contained in:
pudepiedj 2024-03-02 22:10:28 +00:00
parent 68814783c5
commit bf366d2d9a
2 changed files with 4 additions and 2 deletions

View file

@ -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',

View file

@ -5,5 +5,6 @@
"fred": ["fred123123","fred0001"],
"george":["george890890","george0001"],
"sandra":["sandra234234","sandra0001"],
"tilly":["tilly567567","tilly0001"]
"tilly":["tilly567567","tilly0001"],
"owner":["sk-notarealapikey","owner0001"]
}