First functional version

This commit is contained in:
VC
2023-11-08 16:12:41 +01:00
parent b3ba8637f8
commit 46ebbaadd0
3 changed files with 24 additions and 10 deletions

View File

@@ -36,7 +36,6 @@ pub fn read_state(
}
/// Writes last treated tweet id and toot id to the db
#[allow(dead_code)]
pub fn write_state(conn: &Connection, t: TweetToToot) -> Result<(), Box<dyn Error>> {
debug!("Write struct {:?}", t);
conn.execute(