Commit message

This commit is contained in:
support.sampyo 2024-05-23 07:03:51 +00:00
parent e99f5122cb
commit ae42726b4d
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ spec:
virtualEnv: base # 사용할 가상환경 이름입니다.
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
stackbase:
tagName: v0.0.21 # Stackbase(gitea)에 릴리즈 태그명 입니다.
tagName: v0.0.22 # Stackbase(gitea)에 릴리즈 태그명 입니다.
repoName: sampyo-dio # Stackbase(gitea)에 저장될 저장소 이릅니다.

View File

@ -66,7 +66,7 @@ def Measure_Weight(client):
except Exception as e:
pass
return flaot(val)
return float(val)
def Calculate_Concentration(weight):
global data, volume_water