fixed wrong variable name in sync
This commit is contained in:
@@ -16,7 +16,7 @@ def sync():
|
|||||||
|
|
||||||
local_state = local.data
|
local_state = local.data
|
||||||
|
|
||||||
changer = Changer(local_state, remote_state)
|
changer = Changer(local_state, server_state)
|
||||||
current_state = changer.process_change()
|
current_state = changer.process_change()
|
||||||
|
|
||||||
server.post_state(current_state)
|
server.post_state(current_state)
|
||||||
|
|||||||
Reference in New Issue
Block a user