Browse Source

logging grammer fix

pull/295/head
Chris Caron 4 years ago
parent
commit
f1bd97a259
  1. 2
      apprise/py3compat/asyncio.py

2
apprise/py3compat/asyncio.py

@ -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…
Cancel
Save