Fix --cookie-del (cookieDel) error checking (#5198)
error checking was checking if len(conf.cookieDel) which always returns true when option is used. Now it checks if len(conf.cookieDel) != 1
C
CrazyKidJack committed
5c556022961d5b61fb3fe1cd4f873c4748e1a53d
Parent: aa9cc39
Committed by GitHub <noreply@github.com>
on 10/17/2022, 9:59:17 AM