This commit is contained in:
Ondřej Hruška 2021-08-21 00:46:16 +02:00
parent bf301794f6
commit 1ea3aa7cb0
No known key found for this signature in database
GPG key ID: 2C5FD5035250423D

View file

@ -15,7 +15,7 @@ use elefren::entities::account::Account;
use elefren::status_builder::Visibility;
fn main() -> anyhow::Result<()> {
simple_logging::log_to_stderr(LevelFilter::Debug);
simple_logging::log_to_stderr(LevelFilter::Trace);
let client = if let Ok(data) = toml::from_file("group-actor-data.toml") {
Mastodon::from(data)