Add function description

This commit is contained in:
Jose De Freitas 2021-03-19 13:46:58 -05:00
parent daeefa62a0
commit 8a154b4bf6

View File

@ -20,6 +20,7 @@ lock = threading.Lock()
@app.route("/")
def main():
""" Main route of the website. """
return "Awesome YouTubers voting system website."