fix typo
This commit is contained in:
parent
6cb4b05f82
commit
040669755f
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class MapUpdate(models.Model):
|
|||
new_update.save()
|
||||
|
||||
transaction.on_commit(
|
||||
lambda: cache.set('mapdata:last_processed_updatee', new_updates[-1].to_tuple, 300)
|
||||
lambda: cache.set('mapdata:last_processed_update', new_updates[-1].to_tuple, 300)
|
||||
)
|
||||
|
||||
return new_updates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue