This commit is contained in:
filifa 2024-07-26 20:52:58 -05:00
parent fc71f4cd9d
commit 87f2ad02dc
4 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ then
exit 1
fi
gamePk=$(livepk.sh -t $team)
gamePk=$(mlblivepk.sh -t $team)
if [[ -z $gamePk || "$gamePk" = 'null' ]]
then
exit 1

View File

@ -29,7 +29,7 @@ then
exit 1
fi
gamePk=$(livepk.sh -t $team)
gamePk=$(mlblivepk.sh -t $team)
if [[ -z $gamePk || "$gamePk" = 'null' ]]
then
exit 1