mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 07:49:08 +02:00
cleanup
This commit is contained in:
+1
-8
@@ -1,16 +1,9 @@
|
|||||||
import json
|
|
||||||
import pprint
|
|
||||||
import sys, os
|
|
||||||
from flask import Flask, render_template, redirect
|
|
||||||
from flask_socketio import SocketIO, emit
|
|
||||||
|
|
||||||
import logging
|
|
||||||
# Define the WSGI application object
|
# Define the WSGI application object
|
||||||
|
|
||||||
from .app_config import *
|
|
||||||
import pprint
|
import pprint
|
||||||
|
|
||||||
from modules.core.db import get_db
|
from modules.core.db import get_db
|
||||||
|
from .app_config import *
|
||||||
|
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
|
|||||||
Reference in New Issue
Block a user