dependency upd

This commit is contained in:
2021-01-09 18:25:50 +00:00
parent 769cb78141
commit e866171ea7
4 changed files with 389 additions and 254 deletions

View File

@@ -85,9 +85,6 @@ lazy_static! {
pub static ref LOCAL_LANGUAGE: String =
env::var("LOCAL_LANGUAGE").unwrap_or_else(|_| "EN".to_string());
pub static ref PYTHON_LOCATION: String =
env::var("PYTHON_LOCATION").unwrap_or_else(|_| "venv/bin/python3".to_string());
pub static ref DEFAULT_PREFIX: String =
env::var("DEFAULT_PREFIX").unwrap_or_else(|_| "$".to_string());