TrayLayout: Add default for layout param

This commit is contained in:
Florian Festi 2019-12-14 12:14:24 +01:00
parent 093e10a3ac
commit 024b574763
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class TrayLayout2(TrayLayout):
self.layout = None
else:
self.argparser.add_argument(
"--layout", action="store", type=str)
"--layout", action="store", type=str, default="")
# Use normal open and close
open = Boxes.open