Исправления работы entry и конвертации в String

This commit is contained in:
MaD_CaT
2023-07-31 08:31:22 +03:00
parent d57ddc2f63
commit 6e4b2fce41
12 changed files with 636 additions and 635 deletions

View File

@@ -22,7 +22,8 @@ func check_len(val, value):
return value
func check_empty(val):
if String(val) == '':
if str(val) == '':
return false
else:
return true