forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-25 03:29:34 +02:00
parent ecab5111db
commit 5b99cf858b
1 changed files with 0 additions and 3 deletions

View File

@ -261,9 +261,6 @@ def before_request():
g.db = db_session()
if g.db.query(IP).filter_by(addr=request.remote_addr).first():
abort(503)
g.timestamp = int(time.time())
session.permanent = True