Keith Bourne commited on
Commit
0e839e2
·
1 Parent(s): 8c7a805

Add google sheets test fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
4
  # from streamlit_gsheets import GSheetsConnection
5
  import os
6
 
7
- typestring = os.environ.getattribute("type")
8
 
9
  st.write(f"type :{typestring}:")
10
 
 
4
  # from streamlit_gsheets import GSheetsConnection
5
  import os
6
 
7
+ typestring = os.environ["type"]
8
 
9
  st.write(f"type :{typestring}:")
10