David Li commited on
Commit
5c55b96
·
1 Parent(s): f7cac26

fix: ignore this

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(SETTINGS_ENV_FILE,"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