added gif for rate limit, fixed banner

This commit is contained in:
epi
2021-02-02 15:07:16 -06:00
parent 688b514285
commit 0c126c11f8
2 changed files with 1 additions and 1 deletions

BIN
img/rate-limit-demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

View File

@@ -507,7 +507,7 @@ by Ben "epi" Risher {} ver: {}"#,
writeln!(&mut writer, "{}", self.scan_limit)?;
}
if config.scan_limit > 0 {
if config.rate_limit > 0 {
writeln!(&mut writer, "{}", self.rate_limit)?;
}