mirror of
https://git.ondrovo.com/MightyPork/group-actor.git
synced 2024-11-25 01:21:02 +00:00
trace
This commit is contained in:
parent
bf301794f6
commit
1ea3aa7cb0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use elefren::entities::account::Account;
|
||||||
use elefren::status_builder::Visibility;
|
use elefren::status_builder::Visibility;
|
||||||
|
|
||||||
fn main() -> anyhow::Result<()> {
|
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") {
|
let client = if let Ok(data) = toml::from_file("group-actor-data.toml") {
|
||||||
Mastodon::from(data)
|
Mastodon::from(data)
|
||||||
|
|
Loading…
Reference in a new issue