From 8bb4d149b6eded0a775681943f3ff956a09719f4 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Mon, 15 Oct 2018 13:05:24 +0200 Subject: [PATCH] Fix comment typo --- plugins/OptionalManager/ContentDbPlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/OptionalManager/ContentDbPlugin.py b/plugins/OptionalManager/ContentDbPlugin.py index df575603..255c0950 100644 --- a/plugins/OptionalManager/ContentDbPlugin.py +++ b/plugins/OptionalManager/ContentDbPlugin.py @@ -282,7 +282,7 @@ class ContentDbPlugin(object): self.log.debug("%s/%s peer number for %s site updated in %.3fs" % (num_updated, num_file, num_site, time.time() - s)) def queryDeletableFiles(self): - # First return the files with atleast 10 seeder and not accessed in last weed + # First return the files with atleast 10 seeder and not accessed in last week query = """ SELECT * FROM file_optional WHERE peer > 10 AND is_downloaded = 1 AND is_pinned = 0