forgot to add the api_key for the function call

This commit is contained in:
2020-09-24 09:53:51 -04:00
parent a46191a205
commit c290fd8399

View File

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