mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Remove wrong comment
This commit is contained in:
parent
25109c8a66
commit
c9607cf986
@ -81,9 +81,6 @@ class Settings(object):
|
|||||||
open(self.filename, 'w').write(json.dumps(self._settings))
|
open(self.filename, 'w').write(json.dumps(self._settings))
|
||||||
|
|
||||||
def get(self, key):
|
def get(self, key):
|
||||||
"""
|
|
||||||
Set a setting.
|
|
||||||
"""
|
|
||||||
return self._settings[key]
|
return self._settings[key]
|
||||||
|
|
||||||
def set(self, key, val):
|
def set(self, key, val):
|
||||||
|
Loading…
Reference in New Issue
Block a user