jimbob88 / wheelers-wort-works

A rebuild of Wheeler's Beer Engine written in Python with continuous updates
https://jimbob88.github.io/wheelers-wort-works/
GNU General Public License v3.0
4 stars 2 forks source link

www tabs anomally #56

Closed Bobbicat closed 5 years ago

Bobbicat commented 5 years ago

Describe the bug when as tab is pressed in www a label int number appears in the console area.

To Reproduce Steps to reproduce the behavior:

  1. open www
  2. Click on any tab [for example 'notes']
  3. See error

Expected behavior no output expected on clicking a tab

output in console on clicking tabs in reverse order wheelers-wort-works-ce 6 <class 'int'> 5 <class 'int'> 4 <class 'int'> 3 <class 'int'> 2 <class 'int'> 1 <class 'int'> 0 <class 'int'>

Desktop (please complete the following information):

Additional context ask if I'm not being clear enough

jimbob88 commented 5 years ago

This was originally a debugging section of the script, as when clicking on the different tabs a refresh command has to be run. For example, Engine Room: Recalculate and Hop/Grist/Yeast Editor: Refreshes the list of ingredients! It no longer needs to exist in the code so has been commented out now!