David Li commited on
Commit
2d05b7b
·
1 Parent(s): ad4685a

fix: try again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ if os.path.exists(os.path.join(root_dir.strip(), ".openbb_terminal", ".env")) ==
13
  # make .env file
14
  env_file = open(os.path.join(root_dir.strip(), ".openbb_terminal", ".env"), "w")
15
  # dotenv.set_key(SETTINGS_ENV_FILE, "PLOT_ENABLE_PYWRY", "0")
16
- dotenv.set_key("OPENBB_PLOT_ENABLE_PYWRY", 0)
17
 
18
  st.write("""
19
  # Technical Analysis Web Application
 
13
  # make .env file
14
  env_file = open(os.path.join(root_dir.strip(), ".openbb_terminal", ".env"), "w")
15
  # dotenv.set_key(SETTINGS_ENV_FILE, "PLOT_ENABLE_PYWRY", "0")
16
+ dotenv.set_key(SETTINGS_ENV_FILE,"OPENBB_PLOT_ENABLE_PYWRY", 0)
17
 
18
  st.write("""
19
  # Technical Analysis Web Application