mirror of
https://github.com/caronc/apprise.git
synced 2024-11-26 01:53:10 +01:00
logging grammer fix
This commit is contained in:
parent
490d51d492
commit
f1bd97a259
@ -43,7 +43,7 @@ def notify(coroutines, debug=False):
|
||||
|
||||
# Create log entry
|
||||
logger.info(
|
||||
'Notifying {} service(s) asynchronous.'.format(len(coroutines)))
|
||||
'Notifying {} service(s) asynchronously.'.format(len(coroutines)))
|
||||
|
||||
if ASYNCIO_RUN_SUPPORT:
|
||||
# async reference produces a SyntaxError (E999) in Python v2.7
|
||||
|
Loading…
Reference in New Issue
Block a user