mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
no sync if last_sync == remote.last_sync
This commit is contained in:
parent
19d0f749c8
commit
0238e75d36
1 changed files with 2 additions and 0 deletions
|
@ -336,6 +336,8 @@ class MPW
|
||||||
|
|
||||||
File.unlink(tmp_file) if File.exist?(tmp_file)
|
File.unlink(tmp_file) if File.exist?(tmp_file)
|
||||||
|
|
||||||
|
return if remote.get_last_sync == get_last_sync
|
||||||
|
|
||||||
if not remote.to_s.empty?
|
if not remote.to_s.empty?
|
||||||
@data.each do |item|
|
@data.each do |item|
|
||||||
update = false
|
update = false
|
||||||
|
|
Loading…
Reference in a new issue