small pixel drawing of a pufferfish poop.is

ge
Jes Olson j3s@c3f.net
Sun, 27 Mar 2022 14:22:30 -0400
commit

273d814036bcc3298f11a2fb9a1b60571daf308b

parent

372cf8c99e4b093d678b090c3b4e91b0a6f079f8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -95,7 +95,7 @@

// TODO: make this loop not go infinite when the wordlist // has been fully consumed for { - if len(globalURLMap) > len(words.Adjectives) { + if len(globalURLMap) >= len(words.Adjectives) { adjectiveOne := words.RandomAdjective() adjectiveTwo := words.RandomAdjective() adjective = adjectiveOne + adjectiveTwo