summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-04-13 02:04:32 -0700
committerPinapelz <yukais@pinapelz.com>2024-04-13 02:10:19 -0700
commitc0453a6ab7bb2e441d9811c715dc2615b69b2ada (patch)
treeec702fc90d4b2398b1caf92e5f3419b3e7ab9b56 /app.py
parenta14bc47db021970b5497fd9ecd86eb1f415b1ec8 (diff)
chore: remove unused old variables
Diffstat (limited to 'app.py')
-rw-r--r--app.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/app.py b/app.py
index 43ce384..4026960 100644
--- a/app.py
+++ b/app.py
@@ -1,6 +1,3 @@
-"""
-Flask app for serving the static files
-"""
from flask import Flask, send_file, jsonify
from flask_cors import CORS
from sql.pg_handler import PostgresHandler
@@ -14,16 +11,6 @@ import os
app = Flask(__name__)
CORS(app)
-# Optional setting to use any of the custom options below
-START_DATE = "2023-04-01" # 2023 April 1st
-
-# Do not include datapoints before the START_DATE for any /api/subscribers/ endpoint
-# For when you only want to serve actual data you collected at those specific endpoints
-ALL_EXCLUDE_MANUAL_DATA = False
-
-# Do not include datapoints before the START_DATE for any /api/subscribers/<channel_id> endpoint
-# For when you only want to serve actual data you collected at those specific endpoints
-INDIVIDUAL_EXCLUDE_MANUAL_DATA = True
def create_database_connection():
"""
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage