remove print

This commit is contained in:
geoffrey45
2023-02-17 18:36:53 +03:00
parent 509c22c736
commit 146ea4ab4d
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ def serve_client():
@background
def run_bg_checks() -> None:
def bg_run_setup() -> None:
run_setup()
run_periodic_checks()
@@ -49,7 +49,7 @@ def start_watchdog():
if __name__ == "__main__":
HandleArgs()
log_startup_info()
run_bg_checks()
bg_run_setup()
start_watchdog()
app.run(