From 254691a9d6b4d15c7b43333bc56a8d830da59531 Mon Sep 17 00:00:00 2001 From: taeminers Date: Thu, 13 Oct 2022 12:45:20 +0900 Subject: [PATCH] wow --- toh/hero/models.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/toh/hero/models.py b/toh/hero/models.py index b10832f..e07b7dd 100644 --- a/toh/hero/models.py +++ b/toh/hero/models.py @@ -24,4 +24,6 @@ class Team(models.Model): ) def __str__(self): - return self.name \ No newline at end of file + return self.name + + #working \ No newline at end of file