Juggling commited on
Commit
0f825c2
·
verified ·
1 Parent(s): b385c6e

Fixed how I was importing the token using os

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -12,7 +12,7 @@ import json
12
 
13
  ### LOAD PRIVATE SPACE ###
14
  url = "Juggling/Schedule_Buddy_Version_2.0"
15
- generator = gr.load(url, src="spaces", token=os['TOKEN'])
16
 
17
 
18
 
 
12
 
13
  ### LOAD PRIVATE SPACE ###
14
  url = "Juggling/Schedule_Buddy_Version_2.0"
15
+ generator = gr.load(url, src="spaces", token=os.environ['TOKEN'])
16
 
17
 
18