Skip to content

Commit

Permalink
Lenience for the difference between prices
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Dec 8, 2014
1 parent de558cf commit 1c878e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/update_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def validate(self, widget):
# asking price as a buy-back price. If the user gives
# us something out of those bounds, check with them.
if paying < asking * 0.75 or \
paying < asking - 127:
paying < asking - 200:
widget.bell()
ok = mbox.askokcancel(
"Are you sure about that?",
Expand Down

0 comments on commit 1c878e1

Please sign in to comment.