add var to variable decleration
This commit is contained in:
parent
190b67b17a
commit
5a4baf832b
|
@ -30,7 +30,7 @@ print(im.size) # Get the width and hight of the image for iterating over
|
|||
|
||||
variablename="msg.payload"
|
||||
if (args.variablename):
|
||||
variablename=outputfilename.split('.')[0]
|
||||
variablename="var "+outputfilename.split('.')[0]
|
||||
print("Using variablename="+str(variablename))
|
||||
|
||||
output_pre=""
|
||||
|
|
Loading…
Reference in New Issue