Add vim magic line

This commit is contained in:
sqozz 2018-04-07 20:50:04 +02:00
parent c5adc1e3fa
commit 264c6216eb
1 changed files with 2 additions and 0 deletions

View File

@ -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