fix import json
This commit is contained in:
parent
f201f62e71
commit
6d121d5266
@ -1,6 +1,7 @@
|
|||||||
# app/routes/main.py
|
# app/routes/main.py
|
||||||
import os
|
import os
|
||||||
import logging
|
import logging
|
||||||
|
import json
|
||||||
|
|
||||||
from flask import Blueprint, render_template, redirect, url_for, request, jsonify, send_from_directory, current_app
|
from flask import Blueprint, render_template, redirect, url_for, request, jsonify, send_from_directory, current_app
|
||||||
from app.utils.helpers import load_configs, load_default_sounds
|
from app.utils.helpers import load_configs, load_default_sounds
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user