aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--html_builders/tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/html_builders/tables.py b/html_builders/tables.py
index 6c35382..2ffe443 100644
--- a/html_builders/tables.py
+++ b/html_builders/tables.py
@@ -46,7 +46,7 @@ def generate_html_table(server, table, diff_table, headers=["Rank", "Liver", "Su
cursor.close()
return table_html
-def generate_individual_table(server, table_name, channel_name, param="LIMIT 7"):
+def generate_individual_table(server, table_name, channel_name, param=""):
cursor = server.get_connection().cursor()
query = f"SELECT subscriber_count, timestamp FROM {table_name} WHERE name=\"{channel_name}\" GROUP BY DATE(timestamp) ORDER by timestamp DESC " + param
cursor.execute(query)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage