mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Forgot to remove cruft
This commit is contained in:
parent
31c1ce3b0e
commit
71eff77f1a
1 changed files with 0 additions and 4 deletions
|
@ -153,10 +153,6 @@ def db_check_redis_pubsub():
|
|||
|
||||
@app.route("/db_check/redis_sessions")
|
||||
def db_check_redis_sessions():
|
||||
<<<<<<< HEAD:flask_monitor/db_monitor.py
|
||||
=======
|
||||
redis_host = getattr(settings, 'REDIS_SESSIONS', {'host': 'db_redis_sessions'})
|
||||
>>>>>>> master:flask/db_monitor.py
|
||||
try:
|
||||
r = redis.Redis(LOCAL_HOST, db=5)
|
||||
except:
|
||||
|
|
Loading…
Add table
Reference in a new issue