From 170a66649602b651c5e1637bc94ba04ecdea52bb Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 20 Jan 2020 12:56:24 +1000 Subject: [PATCH] fixed a silly --- app/functions.py | 4 ++-- app/service.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/functions.py b/app/functions.py index 1e4a87f..8af304d 100644 --- a/app/functions.py +++ b/app/functions.py @@ -122,7 +122,7 @@ def generate_output(handle): # also format handles without instances, e.g. @user instead of @user@instan.ce post = re.sub(r"(?= post_frequency") +# cursor.execute("SELECT handle FROM bots WHERE enabled = TRUE") bots = cursor.fetchall() with Pool(cfg['service_threads']) as p: