mirror of
https://github.com/timberjoegithub/GoogleScrape.git
synced 2026-07-22 00:19:48 +00:00
more linting
This commit is contained in:
@@ -2219,9 +2219,7 @@ def post_to_wordpress2(title,content,headers,date,rating,address,picslist,local_
|
||||
database_update_row(title,"wpurl",post_link,"forceall",local_outputs)
|
||||
except AttributeError as error :
|
||||
print (f' Error: {error}')
|
||||
else:
|
||||
|
||||
if post_id:
|
||||
elif post_id:
|
||||
print (' Post already existed: Post ID : ',post_id)
|
||||
print (' Found post for : '+title)
|
||||
if env.force_web_create:
|
||||
|
||||
Reference in New Issue
Block a user