mirror of
https://github.com/YGGverse/htcount.git
synced 2026-04-01 09:35:39 +00:00
remove extra format argument
This commit is contained in:
parent
599435f1ab
commit
1f349cd7c7
3 changed files with 1 additions and 23 deletions
|
|
@ -19,10 +19,6 @@ fn main() -> anyhow::Result<()> {
|
|||
let is_debug_i = argument.debug.contains("i");
|
||||
let is_debug_d = argument.debug.contains("d");
|
||||
|
||||
if !matches!(argument.format.to_lowercase().as_str(), "nginx") {
|
||||
todo!("Format `{}` yet not supported!", argument.format)
|
||||
}
|
||||
|
||||
if is_debug_i {
|
||||
debug::info("Crawler started");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue