Add vim magic line
This commit is contained in:
parent
c5adc1e3fa
commit
264c6216eb
|
@ -86,3 +86,5 @@ def initDB():
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
initDB()
|
initDB()
|
||||||
app.run(debug=True) # If you call this file directly it will always run in debug mode. THIS IS VERY DANGEROUS!
|
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