|
|
|
@ -286,7 +286,7 @@ class FileWatch(Analysis):
|
|
|
|
|
xo_raw = self.evaluate(folder)
|
|
|
|
|
xo = np.array(ML.Extract(['size','age'],xo_raw))
|
|
|
|
|
|
|
|
|
|
xo = {"label":folder,"details":xo_raw,"summary":{"size":round(np.mean(xo[:,0]),2),"age":round(np.mean(xo[:,1]),2),"count":len(xo[:,1])}}
|
|
|
|
|
xo = {"label":folder,"details":xo_raw,"summary":{"size":round(np.sum(xo[:,0]),2),"age":round(np.mean(xo[:,1]),2),"count":len(xo[:,1])}}
|
|
|
|
|
xo['day'] = now.day
|
|
|
|
|
xo['month'] = now.month
|
|
|
|
|
xo['year'] = now.year
|
|
|
|
|