tathagataraha commited on
Commit
f571094
·
verified ·
1 Parent(s): 237c120

Update src/envs.py

Browse files
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -8,7 +8,7 @@ TOKEN = os.environ.get("TOKEN") # A read/write token for your org
8
 
9
  OWNER = "m42-health" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
- PRIVATE_REPO = False
12
 
13
 
14
  if PRIVATE_REPO:
 
8
 
9
  OWNER = "m42-health" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
+ PRIVATE_REPO = True
12
 
13
 
14
  if PRIVATE_REPO: