박찬수

appfunctino mod

...@@ -110,7 +110,7 @@ function GetGameSchedule_teamname(season, teamID, callbackFunc){ ...@@ -110,7 +110,7 @@ function GetGameSchedule_teamname(season, teamID, callbackFunc){
110 } 110 }
111 111
112 exports.GameSchehdule = function(teamID, callbackFunc){ 112 exports.GameSchehdule = function(teamID, callbackFunc){
113 - GetGameSchedule(2021, teamID, callbackFunc); 113 + GetGameSchedule_teamname(2021, teamID, callbackFunc);
114 } 114 }
115 115
116 // 입력: 팀ID,시즌(*필수), 반환: 소속 선수 116 // 입력: 팀ID,시즌(*필수), 반환: 소속 선수
......