Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiny-pilot/tinypilot
/ close_connection
Function
close_connection
app/main.py:94–95 ·
view source on GitHub ↗
(_)
Source
from the content-addressed store, hash-verified
92
93
@app.teardown_appcontext
94
def
close_connection(_):
95
db_connection.close()
96
97
98
@app.errorhandler(flask_wtf.csrf.CSRFError)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected