04-02-21, 23:39 -
Hi,
The image in Sbox20200810.zip is reported to have a bug (github is OK, so it's an unexpected regression).
Fix: line 68
should be
The image in Sbox20200810.zip is reported to have a bug (github is OK, so it's an unexpected regression).
Fix: line 68
Code:
def display(msg,menu1,menu2,menu3):
Code:
def display(self,msg,menu1,menu2,menu3):