henryL7 commited on
Commit
d48c54e
·
1 Parent(s): e720075

update repo

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ from src import populate
14
 
15
 
16
  def restart_space():
 
17
  API.restart_space(repo_id=REPO_ID, token=TOKEN)
18
 
19
  restart_space()
 
14
 
15
 
16
  def restart_space():
17
+ print(TOKEN)
18
  API.restart_space(repo_id=REPO_ID, token=TOKEN)
19
 
20
  restart_space()