educrpg commited on
Commit
0597ca5
·
verified ·
1 Parent(s): 9586838

Update ipython_start/startup.py

Browse files
Files changed (1) hide show
  1. ipython_start/startup.py +1 -1
ipython_start/startup.py CHANGED
@@ -8,6 +8,6 @@ import os
8
  if os.path.exists('./workstatml'):
9
  pass
10
  else:
11
- Repo.clone_from(st.secrets['GIT_URL'],'./workstatml')
12
  def jello():
13
  print("Right on baby raybird! Hello from IPython startup!")
 
8
  if os.path.exists('./workstatml'):
9
  pass
10
  else:
11
+ Repo.clone_from(os.environ['GIT_URL'],'./workstatml')
12
  def jello():
13
  print("Right on baby raybird! Hello from IPython startup!")