mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-12 21:38:33 +03:00
specified columns to update, skipped channel lookups to increase speed
This commit is contained in:
2
app.py
2
app.py
@@ -122,7 +122,7 @@ def retransform(args):
|
||||
logger.info(f"Transforming untransformed posts")
|
||||
|
||||
controller = get_transformer_controller()
|
||||
controller.retransform_all(query_kwargs = {'platform': 'Telegram'})
|
||||
controller.retransform_all(query_kwargs = {'platform': 'Telegram'}, columns = ['content', 'outlinks'])
|
||||
|
||||
def init_db():
|
||||
engine = create_engine(os.environ["DB"])
|
||||
|
||||
Reference in New Issue
Block a user