From 8a154b4bf63fb5213d55b72085db67be1e888e05 Mon Sep 17 00:00:00 2001 From: Jose De Freitas Date: Fri, 19 Mar 2021 13:46:58 -0500 Subject: [PATCH] Add function description --- src/voter/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/voter/main.py b/src/voter/main.py index f35ced8..a90e094 100644 --- a/src/voter/main.py +++ b/src/voter/main.py @@ -20,6 +20,7 @@ lock = threading.Lock() @app.route("/") def main(): + """ Main route of the website. """ return "Awesome YouTubers voting system website."