remove limit

This commit is contained in:
KF7EEL 2021-06-04 18:16:31 -07:00
parent 7429db3a03
commit 6d093b4b08
1 changed files with 2 additions and 2 deletions

View File

@ -1189,9 +1189,9 @@ def create_app():
content = content + '</tbody></table>'
else:
#a = AuthLog.query.all().order_by(AuthLog.login_dmr_id)
#a = AuthLog.query.all()
a = AuthLog.query.order_by(AuthLog.login_time.desc()).limit(300).all()
## a = AuthLog.query.order_by(AuthLog.login_time.desc()).limit(300).all()
a = AuthLog.query.order_by(AuthLog.login_time.desc()).all()
recent_list = []
## r = AuthLog.query.order_by(AuthLog.login_dmr_id.desc()).all()
content = '''