missingnotice: Call RedFamWorker.flush_db_cache

To write status changes to db

Issue #64 (#64)
This commit is contained in:
2018-09-18 15:45:19 +02:00
parent f021a13202
commit dea5a393ad

View File

@@ -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()