Update test.py
This commit is contained in:
parent
beae7523ad
commit
20093c52d5
2
test.py
2
test.py
|
@ -131,7 +131,7 @@ if __name__ == '__main__':
|
|||
get_devices()
|
||||
frame.SetTitle("Cease your resistance! - a0.0.0")
|
||||
frame.btLaunch.Bind(wx.EVT_BUTTON, run)
|
||||
frame.plot_but.Bind(wx.EVT_BUTTON, runPlot)
|
||||
frame.plot_but.Bind(wx.EVT_BUTTON, runPlot) # There is one problem with this approch: what happen if user spamming the plot button?
|
||||
frame.Show()
|
||||
frame.m_textCtrl26.SetValue("480")
|
||||
app.MainLoop()
|
||||
|
|
Loading…
Reference in New Issue