From c3c378eb4ce1ea559c49d5ffe74bbbd5b5ab3436 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 22 May 2020 12:57:15 +0000 Subject: [PATCH] Comment --- inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 3b7e7f8b..1874a1b2 100644 --- a/inbox.py +++ b/inbox.py @@ -2213,7 +2213,7 @@ def inboxAfterCapabilities(recentPostsCache: {}, maxRecentPosts: int, def clearQueueItems(baseDir: str, queue: []) -> None: - """Clears the queue for each account and appends filenames + """Clears the queue for each account """ ctr = 0 queue.clear()