spelling
This commit is contained in:
@@ -898,7 +898,7 @@ def msg_to_websockets(typ: str, msg: str):
|
|||||||
#
|
#
|
||||||
PUSHSRVS = ["all", "pushover", "mattermost" ]
|
PUSHSRVS = ["all", "pushover", "mattermost" ]
|
||||||
helpflag = False
|
helpflag = False
|
||||||
forground = False
|
foreground = False
|
||||||
pushsrv = "pushover" # mattermost
|
pushsrv = "pushover" # mattermost
|
||||||
dyndomains = ["wrede.org"]
|
dyndomains = ["wrede.org"]
|
||||||
optlist = []
|
optlist = []
|
||||||
@@ -917,7 +917,7 @@ for o, a in optlist:
|
|||||||
configfile = a
|
configfile = a
|
||||||
cmdargs += [o, a]
|
cmdargs += [o, a]
|
||||||
if o == '-f':
|
if o == '-f':
|
||||||
forground = True
|
foreground = True
|
||||||
cmdargs += [o]
|
cmdargs += [o]
|
||||||
elif o == '-h':
|
elif o == '-h':
|
||||||
helpflag = True
|
helpflag = True
|
||||||
@@ -1096,7 +1096,7 @@ ilist.append(sock6)
|
|||||||
|
|
||||||
#ilist.append(serv.fileno())
|
#ilist.append(serv.fileno())
|
||||||
|
|
||||||
if not forground:
|
if not foreground:
|
||||||
pid = os.fork()
|
pid = os.fork()
|
||||||
if pid > 0:
|
if pid > 0:
|
||||||
if verbose:
|
if verbose:
|
||||||
|
|||||||
Reference in New Issue
Block a user