mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
fix debugging
This commit is contained in:
parent
7f1920b4ea
commit
98fc6e2a8a
|
@ -43,7 +43,7 @@ class LimitedList(list):
|
||||||
super(LimitedList, self).append(obj)
|
super(LimitedList, self).append(obj)
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "\n".join(self)
|
return "\n".join([str(x) for x in self])
|
||||||
|
|
||||||
|
|
||||||
class Statistics:
|
class Statistics:
|
||||||
|
|
Loading…
Reference in a new issue