Setting default broadcast to 'off'

This commit is contained in:
Jiri Tyr 2014-03-06 16:02:17 +00:00
parent 0e878afc82
commit 72e605d30d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Terminator(Borg):
if not self.groups:
self.groups = []
if self.groupsend == None:
self.groupsend = self.groupsend_type['group']
self.groupsend = self.groupsend_type['off']
if not self.config:
self.config = Config()
if not self.keybindings: