fix error in model
This commit is contained in:
parent
2eb8802e83
commit
1323976521
@ -153,7 +153,7 @@ def process_location_data():
|
||||
acc.save()
|
||||
ld.delete()
|
||||
else:
|
||||
if len(acc) > 0:
|
||||
if len(ac) > 0:
|
||||
acc = ac[0]
|
||||
acc.time_to = ld.tst
|
||||
acc.prize = utils.get_prize_for(
|
||||
|
Loading…
Reference in New Issue
Block a user