From 40bbc1b37db8eeb7477de668865346d39d677561 Mon Sep 17 00:00:00 2001 From: timberjoegithub Date: Fri, 7 Jun 2024 07:01:37 -0400 Subject: [PATCH] fixed database --- social.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social.py b/social.py index b711f0b..d47a119 100644 --- a/social.py +++ b/social.py @@ -1352,7 +1352,7 @@ def process_reviews(outputs): try: print(' write to DB for web') # outputs['postssession'].update save(env.xls) - stmt = (sqlalchemy.update('posts').where("posts".c.name == processrow[1].value).values(google=True)) + stmt = (sqlalchemy.update('posts').where("posts".c.name == processrow[1].value).values(web=True)) print(stmt) # outputs['postssession'].query( # processrow[1].value