mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 15:59:07 +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
|
||||
|
||||
from .app_config import *
|
||||
import pprint
|
||||
|
||||
from modules.core.db import get_db
|
||||
from .app_config import *
|
||||
|
||||
|
||||
@app.route('/')
|
||||
|
||||
Reference in New Issue
Block a user