From 18aab4865149656810fc19026db38eb829dec424 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 21 Jul 2024 01:43:05 -0600 Subject: [PATCH] Mods --- cromulant/ants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cromulant/ants.py b/cromulant/ants.py index f6ef08e..ddb1297 100644 --- a/cromulant/ants.py +++ b/cromulant/ants.py @@ -16,7 +16,7 @@ class Ant: self.created = now self.updated = now self.name = "" - self.status = "" + self.status = "No update yet" self.method = "" self.triumph = 0 self.hits = 0