fixed wrong variable name in sync

This commit is contained in:
Senad Uka
2016-01-24 09:25:55 +01:00
parent 813d4c3946
commit 7f3c2bbf53

View File

@@ -16,7 +16,7 @@ def sync():
local_state = local.data
changer = Changer(local_state, remote_state)
changer = Changer(local_state, server_state)
current_state = changer.process_change()
server.post_state(current_state)