This commit is contained in:
Auric Vente
2024-07-21 01:43:05 -06:00
parent 4d31111225
commit 18aab48651

View File

@@ -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