namin conventions...

pull/1293/head
Michael Nguyen 2017-12-07 14:58:49 -06:00 committed by Steve Penrod
parent e4bfea9cc0
commit 2e561f8a52
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ class SkillSettings(dict):
return False if current_hash == str(hashed_meta) else True
return True
def update(self):
def update_remote(self):
""" update settings state from server """
skills_settings = None
if self.get('is_synced'):