aboutsummaryrefslogtreecommitdiffstats
path: root/backend/graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/graph.py')
-rw-r--r--backend/graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/graph.py b/backend/graph.py
index 16c6f6e..815c1ea 100644
--- a/backend/graph.py
+++ b/backend/graph.py
@@ -5,7 +5,7 @@ import math
from datetime import datetime, timedelta
import numpy as np
-def plot_subscriber_count_over_time(server, table_name, gtitle = "Subscriber Count Over Time for Nijisanji Members",
+def plot_subscriber_count_over_time(server, table_name, gtitle = "Subscriber Count Over Time for Phase Connect Members",
overrideQuery = None, markers = "lines", exclude_channels = []):
warnings.filterwarnings('ignore') # Ignore pandas warning regarding pyodbc
query = f"SELECT name, subscriber_count, timestamp, channel_id FROM {table_name} ORDER by timestamp DESC" if overrideQuery is None else overrideQuery
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage