Skip to content

Commit

Permalink
feat: update dlp id
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-neil-1206 committed Dec 6, 2024
1 parent 44a8840 commit 3f9c9d7
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": 5,
"dlp_id": 10,
"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': 5,
'dlp_id': 10,
'use_sealing': os.path.isdir(SEALED_DIR),
'input_dir': INPUT_DIR,
'aws_access_key_id': os.environ.get('AWS_ACCESS_KEY_ID', None),
Expand Down

0 comments on commit 3f9c9d7

Please sign in to comment.