mirror of
https://github.com/onionshare/onionshare.git
synced 2025-11-27 09:40:45 -05:00
Remove wrong comment
This commit is contained in:
parent
25109c8a66
commit
c9607cf986
1 changed files with 0 additions and 3 deletions
|
|
@ -81,9 +81,6 @@ class Settings(object):
|
|||
open(self.filename, 'w').write(json.dumps(self._settings))
|
||||
|
||||
def get(self, key):
|
||||
"""
|
||||
Set a setting.
|
||||
"""
|
||||
return self._settings[key]
|
||||
|
||||
def set(self, key, val):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue