From 8cb20ea0cfd3750a8ba2d10eb6b06eb1d8c67e0a Mon Sep 17 00:00:00 2001 From: josiah Date: Wed, 28 Apr 2021 17:21:27 -0500 Subject: [PATCH] Update docstring. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 3ecf19b..75fba8b 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -"""Listen for stuff with flask! +"""Part of the Weir project. This will listen on two endpoints, and when data is posted to the proper one, matching a particular format, it will save that data to a local sqlite3 db."""