hi to triggers

This commit is contained in:
jaksrini 2019-05-26 15:36:58 -07:00
父節點 df500dd87d
當前提交 379a2058a2

查看文件

@ -16,7 +16,7 @@ def conv(value):
except ValueError:
return str(value)
# The 'add2' function itself Yup
# The 'add2' function itself
def add2(arg1, arg2):
# Convert 'arg1' and 'arg2' to their appropriate types
arg1conv = conv(arg1)