Fixed no init_dashboard() for debug mode the first time

This commit is contained in:
Donald Cheng Hong Zou
2022-01-23 19:19:38 -05:00
parent ed2c3f43c7
commit a43478d627
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ help () {
}
_check_and_set_venv(){
# This function will not be using in v3.0
# deb/ubuntu users: might need a 'apt install python3.8-venv'
# set up the local environment
APP_ROOT=`pwd`