mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
datetime: Fix triggering install callback
This commit is contained in:
parent
2ef22ec1b4
commit
705084ef9d
@ -37,7 +37,7 @@ def on_install():
|
||||
datetime.service.notify_enabled(None, True)
|
||||
|
||||
|
||||
@package.required(['ntp'])
|
||||
@package.required(['ntp'], on_install=on_install)
|
||||
def index(request):
|
||||
"""Serve configuration page."""
|
||||
status = get_status()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user