Fix technique default
All checks were successful
Build and Publish / build_and_publish (push) Successful in 1m3s

This commit is contained in:
Nexus 2024-07-01 20:01:58 +01:00
parent 86a30fddb5
commit 1643eb0c25
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -385,9 +385,9 @@ class NetworkCog(commands.Cog):
discord.OptionChoice(name="TCP FIN", value="F"), discord.OptionChoice(name="TCP FIN", value="F"),
discord.OptionChoice(name="TCP XMAS", value="X"), discord.OptionChoice(name="TCP XMAS", value="X"),
], ],
default="sT" default="T"
) )
], ] = "T",
treat_all_hosts_online: bool = False, treat_all_hosts_online: bool = False,
service_scan: bool = False, service_scan: bool = False,
fast_mode: bool = False, fast_mode: bool = False,