disable half-baked resource map for now
continuous-integration/drone/push Build is passing Details

This commit is contained in:
cellarspoon 2022-01-12 09:03:16 +01:00
parent f61714a770
commit 41c82294e5
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 0 additions and 16 deletions

View File

@ -52,9 +52,6 @@ async def startup_event():
await init_redis(app)
log.info("Initialised redis connection")
await init_resource_map(app)
log.info("Initialised the resource map")
@app.on_event("shutdown")
async def shutdown_event():

View File

@ -46,17 +46,4 @@
</p>
</div>
<div>
<h2>Resource map</h2>
<p>
<a href="{{ url_for('generate_resource_map') }}">Regenerate</a>
</p>
<p>(PS. i have no idea how to render this)<p>
<div>{{ resource_map }}</div>
</div>
{% endblock %}