Anne31415 commited on
Commit
668775b
1 Parent(s): f0b32f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ repo = Repository(
26
 
27
  clone_from="Anne31415/Private_Book", # Replace with your repository URL
28
 
29
- token=os.getenv["HUB_TOKEN"] # Use the secret token to authenticate
30
  )
31
  repo.git_pull() # Pull the latest changes (if any)
32
 
 
26
 
27
  clone_from="Anne31415/Private_Book", # Replace with your repository URL
28
 
29
+ token=os.environ["HUB_TOKEN"] # Use the secret token to authenticate
30
  )
31
  repo.git_pull() # Pull the latest changes (if any)
32