aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-07-02 13:01:07 -0700
committerPinapelz <donaldshan1@outlook.com>2023-07-02 13:01:07 -0700
commitdaf431e1b8438bdba2711387873351e2fae09bdd (patch)
treecc3fd7d28bb4c80b2047657340575b259609db33 /app.py
parent25141f6b458cba1ac8240b5bc2a7f4cf73274cab (diff)
fix: domain formatting issues (redirects)
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index ba50df4..d4dc3a0 100644
--- a/app.py
+++ b/app.py
@@ -1,7 +1,7 @@
"""
Flask app for serving the static files
"""
-from flask import Flask, request, send_file, send_from_directory, jsonify, abort
+from flask import Flask, send_file, send_from_directory, jsonify, abort
from flask_cors import CORS
app = Flask(__name__)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage