rpc: Forgot a comma... 🐬
This commit is contained in:
parent
7f475f146a
commit
5517c55615
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class ToontownRPCHandler:
|
|||
obj = {
|
||||
'avId': item['_id'],
|
||||
'name': item['fields']['WishName'],
|
||||
'time': item['fields']['WishNameTimestamp']
|
||||
'time': item['fields']['WishNameTimestamp'],
|
||||
'dna': {
|
||||
'species': ToonDNA.getSpeciesName(dna.head),
|
||||
'headType': dna.head,
|
||||
|
|
Loading…
Reference in a new issue