diff options
Diffstat (limited to 'src/leap/services/tx.py')
-rw-r--r-- | src/leap/services/tx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/services/tx.py b/src/leap/services/tx.py index ef08fcc6..7da1cb01 100644 --- a/src/leap/services/tx.py +++ b/src/leap/services/tx.py @@ -40,7 +40,7 @@ def leap_services(): register them. """ logger.debug('starting leap services') - application = Application("LEAP Client Local Services") + application = Application("Bitmask Local Services") #lc = LoopingCall(task) #lc.start(5) return application |