1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

rename whats_next.py to status_checks.py

This commit is contained in:
Joshua Tauberer
2014-08-21 10:43:55 +00:00
parent 6b52105b62
commit 294d19e0af
5 changed files with 4 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ def web_update():
@app.route('/system/status', methods=["POST"])
@authorized_personnel_only
def system_status():
from whats_next import run_checks
from status_checks import run_checks
class WebOutput:
def __init__(self):
self.items = []