From 264c6216eb1938f9476928ccf1c1f2ac34b22298 Mon Sep 17 00:00:00 2001 From: sqozz Date: Sat, 7 Apr 2018 20:50:04 +0200 Subject: [PATCH] Add vim magic line --- schort.py | 2 ++ 1 file changed, 2 insertions(+) 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