diff --git a/framework.yaml b/framework.yaml index 9953cf0..816664b 100644 --- a/framework.yaml +++ b/framework.yaml @@ -7,5 +7,5 @@ spec: virtualEnv: base # 사용할 가상환경 이름입니다. package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.) stackbase: - tagName: v0.0.23 # Stackbase(gitea)에 릴리즈 태그명 입니다. + tagName: v0.0.24 # Stackbase(gitea)에 릴리즈 태그명 입니다. repoName: sampyo-dio # Stackbase(gitea)에 저장될 저장소 이릅니다. diff --git a/main.py b/main.py index 069c1d2..5faee6e 100644 --- a/main.py +++ b/main.py @@ -202,7 +202,7 @@ def runAction(): # 1. device-app-test -> Good # 2. device-app-light-app -> Good # 3. device-test-app -> Bad - global data + global data, client sdtcloud = sdtcloudnodeqmqtt.sdtcloudnodeqmqtt() mqttClient1 = sdtcloud.setClient(f"device-app-1{uuid.uuid1()}") # parameter is client ID(string) mqttClient2 = sdtcloud.setClient(f"device-app-2{uuid.uuid1()}") # parameter is client ID(string)