cleaned up code around json, *locn -> transitioned to top, right, bottom, left to finally fix ORM replacing [ with { <- FIXES BUG-108

This commit is contained in:
2022-12-23 16:18:27 +11:00
parent 81fea4f6f3
commit 2a1e2d7d5d
8 changed files with 12 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
from flask import Flask, render_template, request, redirect, jsonify, url_for, render_template_string
from flask import Flask, render_template, request, redirect, url_for, render_template_string
from flask_compress import Compress
from flask_sqlalchemy import SQLAlchemy
from sqlalchemy.exc import SQLAlchemyError