Fix comment typo

This commit is contained in:
shortcutme 2018-10-15 13:05:24 +02:00
parent 854fda4530
commit 8bb4d149b6
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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