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."""