Skip to content

Commit

Permalink
feat: update main DLP id of the config
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-neil-1206 committed Dec 13, 2024
1 parent dd24813 commit 56e4571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This poc provides a basic structure for building proof tasks that:

```json
{
"dlp_id": 12,
"dlp_id": 1,
"valid": true,
"score": 0.7614457831325301,
"time_minimums": 1.0,
Expand Down
2 changes: 1 addition & 1 deletion my_proof/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def load_config() -> Dict[str, Any]:
"""Load proof configuration from environment variables."""
config = {
'dlp_id': 12,
'dlp_id': 1,
'input_dir': INPUT_DIR,
'aws_access_key_id': os.environ.get('AWS_ACCESS_KEY_ID', None),
'aws_secret_access_key': os.environ.get('AWS_SECRET_ACCESS_KEY', None),
Expand Down

0 comments on commit 56e4571

Please sign in to comment.