missingnotice: Call RedFamWorker.flush_db_cache
To write status changes to db Issue #64 (#64)
This commit is contained in:
@@ -65,6 +65,10 @@ ON `cl_from` = `page_id`
|
|||||||
if links:
|
if links:
|
||||||
self.page_content.append( self.format_row( links ) )
|
self.page_content.append( self.format_row( links ) )
|
||||||
|
|
||||||
|
else:
|
||||||
|
# To write "absent" states to db
|
||||||
|
RedFamWorker.flush_db_cache()
|
||||||
|
|
||||||
# Update page content
|
# Update page content
|
||||||
self.update_page()
|
self.update_page()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user