ifw-arz commited on
Commit
89ce392
1 Parent(s): ffa7f23
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from processing.barsplots_rootcauses import check_classification
17
  from processing.cloud_access import auto_download
18
 
19
  sprint_data_folder = "Messungen"
20
- seafile_token = st.secrets("SEAFILE_TOKEN")
21
 
22
 
23
 
 
17
  from processing.cloud_access import auto_download
18
 
19
  sprint_data_folder = "Messungen"
20
+ seafile_token = os.environ['SEAFILE_TOKEN']
21
 
22
 
23