removed api key from debug log as it is easy to create a new one
This commit is contained in:
@@ -425,7 +425,6 @@ if __name__ == '__main__':
|
|||||||
# run the decryption of the keys and unlock the pool
|
# run the decryption of the keys and unlock the pool
|
||||||
config = read_config_file(secrets_config_file)
|
config = read_config_file(secrets_config_file)
|
||||||
api_key = config['API Key']
|
api_key = config['API Key']
|
||||||
logger.debug("API Key: {}".format(api_key))
|
|
||||||
API_POOLS = request('pool', api_key)['response']
|
API_POOLS = request('pool', api_key)['response']
|
||||||
API_DATASETS = request('pool/dataset', api_key)['response']
|
API_DATASETS = request('pool/dataset', api_key)['response']
|
||||||
for pool_dataset_name in config['Pools']:
|
for pool_dataset_name in config['Pools']:
|
||||||
|
|||||||
Reference in New Issue
Block a user