diff options
| author | Jonathan Weth <git@jonathanweth.de> | 2020-07-29 18:07:21 +0200 |
|---|---|---|
| committer | Jonathan Weth <git@jonathanweth.de> | 2020-07-29 18:07:21 +0200 |
| commit | 7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe (patch) | |
| tree | 0281cb03a930811934fba829192fdbe83f3b1557 /service.py | |
| parent | c1b88b5944156a7b5e7f34abe735047cff7092d7 (diff) | |
| download | RWA.Support.SessionService-7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe.tar.gz RWA.Support.SessionService-7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe.tar.bz2 RWA.Support.SessionService-7ca7079af96b294aaaac763b4d0b77a2cbc3d1fe.zip | |
Add option to configure API URL
Diffstat (limited to 'service.py')
| -rwxr-xr-x | service.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ from gi.repository import GLib from session import Session from trigger import TriggerServerThread -logging.basicConfig(format="%(asctime)s %(levelname)s: %(message)s", level=logging.INFO) - ALLOW_ONLY_ONE_SESSION = True |
