Skip to content

Commit 93a6baa

Browse files
authored
30 days global stats (#363)
1 parent 2a97685 commit 93a6baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/database/wrapper/stats/global_stats_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def get_timeframe():
151151
from flask import current_app
152152
return current_app.config['STAT_DAY_LIMIT']
153153
except:
154-
return 30 * 6
154+
return 30
155155

156156

157157
if __name__ == '__main__':

0 commit comments

Comments
 (0)