Renamed send to sendpendingmessage

This commit is contained in:
Marc Aymerich 2015-05-05 19:44:40 +00:00
parent e4f1673de8
commit 02df629476
2 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ def fire_pending_messages(settings, db):
return bool(db.query(query))
if has_pending_messages(settings, db):
command = 'python3 -W ignore::DeprecationWarning {manage} send'.format(manage=manage)
command = 'python3 -W ignore::DeprecationWarning {manage} sendpendingmessages'.format(manage=manage)
proc = run(command, async=True)
yield proc