mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2025-10-29 17:50:27 +00:00
Added __init__ files to all directories and changed the directories at import in app.py to reflect the changes to the dir hierarchy
This commit is contained in:
10
app.py
10
app.py
@@ -10,12 +10,12 @@ import requests
|
||||
from werkzeug.security import generate_password_hash, \
|
||||
check_password_hash
|
||||
|
||||
from diskusage import diskUsage
|
||||
from uptime import timeSinceBoot
|
||||
from cpuTemp import getCpuTemp
|
||||
from tmdb import tmdbSearch
|
||||
from status.diskusage import diskUsage
|
||||
from status.uptime import timeSinceBoot
|
||||
from status.cpuTemp import getCpuTemp
|
||||
from plex.tmdb import tmdbSearch
|
||||
|
||||
from plexMovies import getSpecificMovieInfo
|
||||
from plex.plexMovies import getSpecificMovieInfo
|
||||
|
||||
app = Flask(__name__, static_url_path = "")
|
||||
auth = HTTPBasicAuth()
|
||||
|
||||
Reference in New Issue
Block a user