Skip to content

Commit 42ebb41

Browse files
committed
config: add r2 storage path
1 parent c936c24 commit 42ebb41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ class Config:
66
REDIS_PORT=os.environ.get("REDIS_PORT", 6379)
77
REDIS_PASSWORD=os.environ.get("REDIS_PASSWORD", False)
88

9+
ROUND2_STORAGE = "data/testing_files/r2_storage/"
10+
911
GROUND_TRUTH = "data/ground_truth.csv"
1012
R1_SUBMISSION_FILE = "data/example_files/submission_DEL.csv"
1113
R2_SUBMISSION_FILE = "./data/example_files/F_a_attempt_2.tar"

0 commit comments

Comments
 (0)