spelling
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user