aboutsummaryrefslogtreecommitdiff
path: root/rwa/support/sessionservice/config.py
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2021-07-01 12:51:16 +0200
committerJonathan Weth <git@jonathanweth.de>2021-07-01 12:54:24 +0200
commitb960080e50b73fc13cb69471750dd62260ef327e (patch)
tree5ce2d1f9eae1b35fdf9cda69bef35e31b90830d5 /rwa/support/sessionservice/config.py
parent78e14ca8043814c5816a10756fed31e075f87b03 (diff)
downloadRWA.Support.SessionService-b960080e50b73fc13cb69471750dd62260ef327e.tar.gz
RWA.Support.SessionService-b960080e50b73fc13cb69471750dd62260ef327e.tar.bz2
RWA.Support.SessionService-b960080e50b73fc13cb69471750dd62260ef327e.zip
Move user settings to service and save settings after changing data instead of before
Diffstat (limited to 'rwa/support/sessionservice/config.py')
-rw-r--r--rwa/support/sessionservice/config.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/rwa/support/sessionservice/config.py b/rwa/support/sessionservice/config.py
index de5518d..f334e81 100644
--- a/rwa/support/sessionservice/config.py
+++ b/rwa/support/sessionservice/config.py
@@ -22,9 +22,3 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-
-import usersettings
-
-user_settings = usersettings.Settings("org.ArcticaProject.RWASupportSessionService")
-user_settings.add_setting("web_app_hosts", list, ["http://127.0.0.1:8000"])
-user_settings.load_settings()