diff --git a/schort.py b/schort.py index 5abe363..917e002 100755 --- a/schort.py +++ b/schort.py @@ -86,3 +86,5 @@ def initDB(): if __name__ == '__main__': initDB() app.run(debug=True) # If you call this file directly it will always run in debug mode. THIS IS VERY DANGEROUS! + +# vim: noexpandtab:ts=2:sw=2:sts=2