aboutsummaryrefslogtreecommitdiff
path: root/rwa/support/sessionservice/config.py
diff options
context:
space:
mode:
authorJonathan Weth <mail@jonathanweth.de>2021-07-01 10:57:48 +0000
committerJonathan Weth <mail@jonathanweth.de>2021-07-01 10:57:48 +0000
commit807200788a336d309909cb92ec03da0d5627acb5 (patch)
tree5ce2d1f9eae1b35fdf9cda69bef35e31b90830d5 /rwa/support/sessionservice/config.py
parent78e14ca8043814c5816a10756fed31e075f87b03 (diff)
parentb960080e50b73fc13cb69471750dd62260ef327e (diff)
downloadRWA.Support.SessionService-807200788a336d309909cb92ec03da0d5627acb5.tar.gz
RWA.Support.SessionService-807200788a336d309909cb92ec03da0d5627acb5.tar.bz2
RWA.Support.SessionService-807200788a336d309909cb92ec03da0d5627acb5.zip
Merge branch '19-user_settings-may-not-save-url-s-properly-sometimes' into 'master'
Resolve "user_settings may not save URL's properly sometimes" Closes #19 See merge request remotewebapp/rwa.support.sessionservice!12
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()