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