mislavb commited on
Commit
bece16f
·
1 Parent(s): 1a2f1d6

update git user and email

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -35,6 +35,8 @@ repo = huggingface_hub.Repository(
35
  repo_type="dataset",
36
  clone_from="https://huggingface.co/datasets/mislavb/test-ctf",
37
  use_auth_token=hf_ctf_sync_token,
 
 
38
  )
39
  repo.git_pull()
40
  shutil.copyfile("./hf_data/reviews.db", DB_FILE)
 
35
  repo_type="dataset",
36
  clone_from="https://huggingface.co/datasets/mislavb/test-ctf",
37
  use_auth_token=hf_ctf_sync_token,
38
+ git_user="ctf_bot",
39
+ git_email="[email protected]",
40
  )
41
  repo.git_pull()
42
  shutil.copyfile("./hf_data/reviews.db", DB_FILE)