Skip to content

Commit f2523f5

Browse files
committed
Clear leftover references to the "directory" setting
1 parent 33a2983 commit f2523f5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

HANDBOOK.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,8 @@ I've written an introductory post, explaining [what mqttwarn can be used for](ht
122122

123123
; name the service providers you will be using.
124124
launch = file, log, osxnotify, mysql, smtp
125-
126-
; the directory to which we should cd after startup (default: ".")
127-
; the cd is performed before loading service plugins, so it should
128-
; contain a `services/' directory with the required service plugins.
129-
directory = /tmp/
130-
131-
125+
126+
132127
; optional: TLS parameters. (Don't forget to set the port number for
133128
; TLS (probably 8883).
134129
; You will need to set at least `ca_certs' if you want TLS support and

mqttwarn/configuration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def __init__(self, configuration_file, defaults=None):
5353
self.functions = None
5454
self.num_workers = 1
5555

56-
self.directory = '.'
5756
self.ca_certs = None
5857
self.tls_version = None
5958
self.certfile = None

0 commit comments

Comments
 (0)