Update docstring.

master
josiah 3 years ago
parent f5f98d54fa
commit 8cb20ea0cf

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
"""Listen for stuff with flask! """Part of the Weir project.
This will listen on two endpoints, and when data is This will listen on two endpoints, and when data is
posted to the proper one, matching a particular format, posted to the proper one, matching a particular format,
it will save that data to a local sqlite3 db.""" it will save that data to a local sqlite3 db."""