Skip to content

Commit

Permalink
fix: ui.notify is no coroutine
Browse files Browse the repository at this point in the history
this fixes #1336
  • Loading branch information
pazz committed Nov 21, 2018
1 parent 4feebc9 commit e493fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alot/commands/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ async def apply(self, ui):

# display 'done' message
if self.done_msg:
await ui.notify(self.done_msg)
ui.notify(self.done_msg)


@registerCommand(MODE, 'remove', arguments=[
Expand Down

0 comments on commit e493fb9

Please sign in to comment.