Update Tue Dec 29 07:16:02 AM CST 2020

This commit is contained in:
Dewalt 2020-12-29 07:16:02 -06:00
parent 58f538d276
commit 78caa9d02b
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ fix_all () {
fix_pipxlrd () {
eval pip install xlrd --upgrade
eval pip install xlrd==1.2.0 --upgrade
# eval pip3 install xlrd --upgrade
echo -e "\n $greenplus python module : xlrd installed \n"
}