rabin 7 years ago
parent
commit
259fcddbcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      model/data.py

+ 1 - 1
model/data.py

@@ -125,7 +125,7 @@ class Data(Model):
 		elif day >= 7:
 			return ' group by time(60m)'
 		elif day >= 1:
-			return ' group by time(7m)'
+			return ' group by time(10m)'
 		else:
 			return ' group by time(1m)'