mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-04 02:14:07 +02:00
add env_logger
This commit is contained in:
parent
d70dbbedc3
commit
c394847289
3 changed files with 78 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ use tokio::select;
|
|||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
env_logger::init();
|
||||
let mut args = std::env::args();
|
||||
let bin = args.next().unwrap();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue