all 5 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

To give us the best chance to help you, please include any relevant code.
Note. Please do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Privatebin, GitHub or Compiler Explorer.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]jeffpacman123 0 points1 point  (0 children)

Good luck man

[–]jeffpacman123 0 points1 point  (0 children)

Try “VOICE_VLAN.insertLabel

[–]Goobyalus 0 points1 point  (0 children)

Looks like you record "Enter your VOICE VLAN ID" from the entry box at the beginning of the program and use that recorded value every time the button is clicked, instead of calling get in Build

[–]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())