diff --git a/src/voter/main.py b/src/voter/main.py index 3317aa1..e577541 100644 --- a/src/voter/main.py +++ b/src/voter/main.py @@ -19,7 +19,7 @@ lock = threading.Lock() @app.route("/") -def main(): +def index(): """ Main route of the website. """ return "Awesome YouTubers voting system website."