PaulMartrenchar commited on
Commit
27911c6
·
1 Parent(s): 09c7fec

With add_to_git_credential

Browse files
Files changed (1) hide show
  1. db.py +1 -1
db.py CHANGED
@@ -14,7 +14,7 @@ JSON_DATASET_PATH = JSON_DATASET_DIR / FILE_NAME
14
  class Database:
15
  def __init__(self):
16
  self.DB : List[JobDescription] = []
17
- login(token=os.getenv("HF"))
18
 
19
 
20
  def get_current_db(self) -> List[JobDescription]:
 
14
  class Database:
15
  def __init__(self):
16
  self.DB : List[JobDescription] = []
17
+ login(token=os.getenv("HF"), add_to_git_credential=True)
18
 
19
 
20
  def get_current_db(self) -> List[JobDescription]: