Quick fix.
This commit is contained in:
parent
57df57f8ab
commit
f5a0ad7396
@ -107,7 +107,7 @@ class Command(BaseCommand):
|
||||
servers_handled.append(data['title'])
|
||||
|
||||
# Keep the amount of data down in redis
|
||||
history.trim_points(server)
|
||||
history.trim_points(data['title'])
|
||||
|
||||
# TODO: do bulk insert instead!
|
||||
server, created = Server.objects.update_or_create(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user