Skip to content
Snippets Groups Projects
Commit 540983cb authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fixed typo in dropbot code.

parent 6480046e
Branches
Tags
No related merge requests found
......@@ -724,7 +724,7 @@ class Main:
return True
if data == microdrop.EXP_FINISH_REQ:
if self.microdrop.triggered:
if self.dropbot_triggered:
self.on_pot_start_clicked()
return False # Removes function from GTK's main loop
else:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment