aboutsummaryrefslogtreecommitdiffstats
path: root/bin/dbolla
diff options
context:
space:
mode:
authorjason2016-08-09 12:48:14 -0600
committerjason2016-08-09 12:48:14 -0600
commitb915ef41c19a6eb4cb5f80e2f5f52b835afa9a53 (patch)
tree16ca76bd5a388b5b8f4af7b0883fdde3266988e0 /bin/dbolla
parent1a54414afff62561dff03e8a9f43287fa38176b6 (diff)
downloadwarmachine-ng-b915ef41c19a6eb4cb5f80e2f5f52b835afa9a53.tar.gz
warmachine-ng-b915ef41c19a6eb4cb5f80e2f5f52b835afa9a53.zip
Updates for the standup plgin
Diffstat (limited to 'bin/dbolla')
-rwxr-xr-xbin/dbolla1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dbolla b/bin/dbolla
index 2b4fe02..1f51225 100755
--- a/bin/dbolla
+++ b/bin/dbolla
@@ -123,6 +123,7 @@ if __name__ == "__main__":
123 if args.config: 123 if args.config:
124 settings = Config(args.config) 124 settings = Config(args.config)
125 else: 125 else:
126 sys.stderr.write('Please specify a config file\n')
126 sys.exit(1) 127 sys.exit(1)
127 128
128 bot = Bot(settings) 129 bot = Bot(settings)