forgot to add the api_key for the function call
This commit is contained in:
@@ -204,7 +204,7 @@ if __name__ == '__main__':
|
||||
api_key = decrypt(client, encrypted_api_key)
|
||||
logger.debug("API Key: {}".format(api_key))
|
||||
POOLS = request('pool', api_key)['response']
|
||||
DATASETS = request('pool/dataset')['response']
|
||||
DATASETS = request('pool/dataset', api_key)['response']
|
||||
for pool_dataset_name in parser.sections():
|
||||
if pool_dataset_name != 'DEFAULT':
|
||||
name = pool_dataset_name
|
||||
|
||||
Reference in New Issue
Block a user