Increase default phish size

This commit is contained in:
hgw 2023-10-08 01:48:35 +00:00
parent 445ca1b10b
commit 064b52ad3c
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4
1 changed files with 2 additions and 2 deletions

View File

@ -55,10 +55,10 @@ if (width > 100) {
}
if (height == undefined) {
consoleLog('[phish] Height was not specified, defaulting to 5')
height = 5
height = 6
}
if (width == undefined) {
consoleLog('[phish] Width was not specified, defaulting to 5')
width = 7
width = 10
}
gen(height, width, type)