This commit is contained in:
Florian Hines
2011-08-14 10:49:15 -05:00
parent dcd39d098f
commit b762c5acd0

View File

@@ -164,7 +164,7 @@ class ReconMiddleware(object):
if os.path.exists(qtgt):
linkcount = os.lstat(qtgt).st_nlink
if linkcount > 2:
qcounts[qtype] += linkcount-2
qcounts[qtype] += linkcount - 2
return qcounts
def GET(self, req):