sschellhammer commited on
Commit
2ceca1e
·
verified ·
1 Parent(s): d41c6c9

Update start.py

Browse files
Files changed (1) hide show
  1. start.py +1 -0
start.py CHANGED
@@ -3,6 +3,7 @@ import subprocess
3
  import git
4
  from huggingface_hub import CommitScheduler
5
 
 
6
  g = git.cmd.Git("/app/potato")
7
  g.pull()
8
 
 
3
  import git
4
  from huggingface_hub import CommitScheduler
5
 
6
+ print("GIT pull to /app/potato")
7
  g = git.cmd.Git("/app/potato")
8
  g.pull()
9