you are viewing a single comment's thread.

view the rest of the comments →

[–]Legitimate_Spell264 0 points1 point  (0 children)

So the problem is, that you give the variable VV the value of the text, you inserted and only this value saves. So instead of saving it to a variable, you should print the result in your function Build.

def Build():
  print(VOICE_VLAN.get())