Skip to content

Commit

Permalink
Fix no notification when silent mode is off
Browse files Browse the repository at this point in the history
  • Loading branch information
daedsidog authored Sep 17, 2020
1 parent 26e0ed1 commit bdb9a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def adj_lapsed_newIvl(group_id, silent=True):
previous[profile][name]['lapsed'] = intTime(1000)
#utils.showInfo("Updating lapsed new interval currently disabled")
else:
if not silent:
if not change_silently:
utils.showInfo("Lapsed New Interval\n\nNot enough records for options group %s (%d)" % (name, lapsed_rev_records))


Expand Down

0 comments on commit bdb9a94

Please sign in to comment.