diverse fixes und mysql
This commit is contained in:
@@ -30,7 +30,9 @@ def process_article(art):
|
||||
db_session.add(aa)
|
||||
db_session.commit()
|
||||
clogger.info("Updated/Added Article "+ str(aa.id) + ": " + (aa.title.encode("utf-8")))
|
||||
# announce_articleid(aa.id)
|
||||
db_session.close()
|
||||
# announce_articleid(aa.id)
|
||||
#
|
||||
return aa
|
||||
|
||||
# process a single found url
|
||||
|
||||
Reference in New Issue
Block a user