e4e85d8 countme: fix ItemWriter 'tablename' traceback

Authored and Committed by Will Woods 3 years ago
    countme: fix ItemWriter 'tablename' traceback
    
    I added `tablename` to `SQLiteWriter._get_writer()` so it could be used for
    writing countme_raw and countme_totals, which broke non-SQLite writers:
    
      TypeError: _get_writer() got an unexpected keyword argument 'tablename'
    
    This commit fixes the _get_writer() methods for the other classes so
    they accept/ignore `tablename` and other unexpected keyword arguments.
    
        
file modified
+5 -5