Adding images #27

Merged
senaduka merged 18 commits from adding_images into master 2016-10-08 18:55:42 +02:00
Showing only changes of commit 5c58f9f28d - Show all commits

View File

@@ -37,7 +37,10 @@ def sync():
changer = Changer(local_state, server_state)
current_state = changer.process_change()
print "posting :" + repr(current_state)
local.data = current_state
server.post_state(current_state)
local.save()
except:
print " panicking safely ! "
safely_panic()