rpc: Forgot a comma... 🐬

This commit is contained in:
Anthony Castelli 2014-08-27 12:38:39 -07:00
parent 7f475f146a
commit 5517c55615

View file

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