This commit is contained in:
2021-06-20 15:42:56 -04:00
parent b0e93fb295
commit 6ac69ac4ca
+3 -3
View File
@@ -898,7 +898,7 @@ def msg_to_websockets(typ: str, msg: str):
#
PUSHSRVS = ["all", "pushover", "mattermost" ]
helpflag = False
forground = False
foreground = False
pushsrv = "pushover" # mattermost
dyndomains = ["wrede.org"]
optlist = []
@@ -917,7 +917,7 @@ for o, a in optlist:
configfile = a
cmdargs += [o, a]
if o == '-f':
forground = True
foreground = True
cmdargs += [o]
elif o == '-h':
helpflag = True
@@ -1096,7 +1096,7 @@ ilist.append(sock6)
#ilist.append(serv.fileno())
if not forground:
if not foreground:
pid = os.fork()
if pid > 0:
if verbose: