removed config print

This commit is contained in:
2023-04-01 22:40:52 -04:00
parent 9f724c7af2
commit 1c63615f99

View File

@@ -424,7 +424,6 @@ if __name__ == '__main__':
sys.exit(-1)
# run the decryption of the keys and unlock the pool
config = read_config_file(secrets_config_file)
logger.info(config)
api_key = config['API Key']
logger.debug("API Key: {}".format(api_key))
API_POOLS = request('pool', api_key)['response']