From 155b62d6b1ff582ffd6de1fc35c25f8b0aecb65b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 10 Jun 2022 14:48:08 +0100 Subject: [PATCH] Snake case --- daemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon.py b/daemon.py index f3a6aea6f..8b1891907 100644 --- a/daemon.py +++ b/daemon.py @@ -20758,12 +20758,12 @@ class EpicyonServer(ThreadingHTTPServer): def run_posts_queue(base_dir: str, send_threads: [], debug: bool, - timeoutMins: int) -> None: + timeout_mins: int) -> None: """Manages the threads used to send posts """ while True: time.sleep(1) - remove_dormant_threads(base_dir, send_threads, debug, timeoutMins) + remove_dormant_threads(base_dir, send_threads, debug, timeout_mins) def run_shares_expire(version_number: str, base_dir: str) -> None: