Add vim magic line
This commit is contained in:
parent
c5adc1e3fa
commit
264c6216eb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue