fix typo
This commit is contained in:
parent
519eeebf2f
commit
07a1a79cc4
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class MapUpdate(models.Model):
|
||||||
Router.rebuild()
|
Router.rebuild()
|
||||||
|
|
||||||
transaction.on_commit(
|
transaction.on_commit(
|
||||||
lambda: cache.set('mapdata:last_processed_updatee', new_updates[-1].totuple, 300)
|
lambda: cache.set('mapdata:last_processed_updatee', new_updates[-1].to_tuple, 300)
|
||||||
)
|
)
|
||||||
|
|
||||||
return new_updates
|
return new_updates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue