aaronmat1905 commited on
Commit
2b1cd4c
·
verified ·
1 Parent(s): 2947c7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import uuid
4
  import logging
5
  from git import Repo
6
  GITHUB_PAT = os.getenv("GITHUB_PAT")
7
- REPO_URL = f"https://YOUR_USERNAME:{GITHUB_PAT}@github.com/aaronmat1905/Data_Craftor.git"
8
- REPO_DIRECTORY = "./Data_Craftor"
9
 
10
  try:
11
  logging.info("Cloning repository...")
 
4
  import logging
5
  from git import Repo
6
  GITHUB_PAT = os.getenv("GITHUB_PAT")
7
+ REPO_URL = f"https://YOUR_USERNAME:{GITHUB_PAT}@github.com/aaronmat1905/DataCraftorSecured.git"
8
+ REPO_DIRECTORY = "./DataCraftorSecured"
9
 
10
  try:
11
  logging.info("Cloning repository...")