changeset 71:b8a9c206ac7c

Fix typo in log message
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 02 Feb 2024 21:05:23 -0800
parents ed8eefbb36e8
children 58348b2e6085
files silorider/commands/utils.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/silorider/commands/utils.py	Fri Feb 02 21:05:08 2024 -0800
+++ b/silorider/commands/utils.py	Fri Feb 02 21:05:23 2024 -0800
@@ -64,7 +64,7 @@
         if until_dt:
             entry_published = entry.get('published')
             if not entry_published:
-                logger.warning("Entry '%s' has not published date." %
+                logger.warning("Entry '%s' has no published date." %
                                entry_url)
                 continue