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:
2
main.py
2
main.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user