Skip to content

Commit

Permalink
Try to fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
yellow-sky committed Mar 23, 2016
1 parent d274c07 commit fe23334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ def set_hide_ds_id_list(cls, ds_id_list):

@classmethod
def get_hide_ds_id_list(cls):
return cls.get_settings().value('hide_ds_id_list_str', "").split(";")
return cls.get_settings().value('hide_ds_id_list_str', '', str).split(";")

0 comments on commit fe23334

Please sign in to comment.