mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-10 15:30:37 -04:00
Disable notifications in daemon mode
This commit is contained in:
parent
6700b7f8b7
commit
72e11fd859
2 changed files with 18 additions and 16 deletions
|
@ -4967,7 +4967,7 @@ if not args.daemon:
|
|||
def run():
|
||||
if args.daemon:
|
||||
RNS.log("Starting Sideband in daemon mode")
|
||||
sideband = SidebandCore(None, is_client=False, verbose=(args.verbose or __debug_build__))
|
||||
sideband = SidebandCore(None, is_client=False, verbose=(args.verbose or __debug_build__), is_daemon=True)
|
||||
sideband.start()
|
||||
while True:
|
||||
time.sleep(5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue