mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix if indent
This commit is contained in:
parent
ae718e8207
commit
db541f51ca
@ -589,8 +589,8 @@ class OMVGtk:
|
||||
def bootloader_clicked(self, widget):
|
||||
if (self.connected):
|
||||
openmv.reset()
|
||||
# Create bootloader object
|
||||
Bootloader(self.builder, self.config).run()
|
||||
# Create bootloader object
|
||||
Bootloader(self.builder, self.config).run()
|
||||
|
||||
def button_pressed(self, widget, event):
|
||||
self.x1 = int(event.x)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user